Skip to content

Commit

Permalink
Reformatted pre pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jan 13, 2022
1 parent 77abe48 commit 4a21b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_esp32spi/adafruit_esp32spi_socket.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def write(self, data):
def readline(self, eol=b"\r\n"):
"""Attempt to return as many bytes as we can up to but not including
end-of-line character (default is '\\r\\n')"""

# print("Socket readline")
stamp = time.monotonic()
while eol not in self._buffer:
Expand Down

0 comments on commit 4a21b4c

Please sign in to comment.