Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Oct 9, 2023
1 parent fe80b7c commit 69fc7d4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ika/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ async def _readline(self):
pass

async def _write_and_read(self, command):
"""Write a command and read a response.
As industrial devices are commonly unplugged, this has been expanded to
handle recovering from disconnects.
"""
"""Write a command and read a response."""
await self._handle_connection()
if self.open:
try:
Expand Down

0 comments on commit 69fc7d4

Please sign in to comment.