Skip to content

Commit

Permalink
Update code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
GraysonBellamy committed Mar 28, 2024
1 parent 384779a commit 43e9365
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 129 deletions.
1 change: 0 additions & 1 deletion pyalicat/comm.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ async def _write(self, command: str) -> None:
else:
with trio.move_on_after(self.timeout / 1000):
await self.ser_devc.send_all(command.encode("ascii") + self.eol)


async def _readline(self) -> str:
"""
Expand Down
Loading

0 comments on commit 43e9365

Please sign in to comment.