Skip to content

Commit

Permalink
use attrs in esmeclient
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlamallama committed Nov 25, 2024
1 parent b5df618 commit 6ba3b3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vumi2/transports/smpp/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ async def send_pdu(
await self.pdu_send_channel.send(pdu)
return None


send_channel: MemorySendChannel
receive_channel: MemoryReceiveChannel
send_channel, receive_channel = open_memory_channel(0)
Expand Down

0 comments on commit 6ba3b3b

Please sign in to comment.