Skip to content

Commit 4a21b4c

Browse files
committed
Reformatted pre pre-commit
1 parent 77abe48 commit 4a21b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi_socket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def write(self, data):
9595
def readline(self, eol=b"\r\n"):
9696
"""Attempt to return as many bytes as we can up to but not including
9797
end-of-line character (default is '\\r\\n')"""
98-
98+
9999
# print("Socket readline")
100100
stamp = time.monotonic()
101101
while eol not in self._buffer:

0 commit comments

Comments
 (0)