Skip to content

Commit

Permalink
remove socket.
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen committed Sep 30, 2024
1 parent 075d004 commit bbaabb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pymodbus/client/tcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ async def run():
Please refer to :ref:`Pymodbus internals` for advanced usage.
"""

socket: socket.socket | None

def __init__( # pylint: disable=too-many-arguments
self,
host: str,
Expand Down

0 comments on commit bbaabb2

Please sign in to comment.