Skip to content

Commit

Permalink
kiss: Drop unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sjlongland committed May 4, 2024
1 parent 82f2e29 commit 4b90f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioax25/kiss.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ async def _open_connection(self):
)

def _send_raw_data(self, data):
transport = self._transport.get_pipe_transport(0).write(data)
self._transport.get_pipe_transport(0).write(data)


# Port interface
Expand Down

0 comments on commit 4b90f33

Please sign in to comment.