Skip to content

Commit 426af8b

Browse files
authored
Remove "work in progress comment"
1 parent fd8a4c1 commit 426af8b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

adafruit_esp32spi/adafruit_esp32spi_socketpool.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,6 @@ def close(self):
243243
"""Close the socket, after reading whatever remains"""
244244
self._interface.socket_close(self._socknum)
245245

246-
####################################################################
247-
# WORK IN PROGRESS
248-
####################################################################
249-
250246
def accept(self):
251247
"""Accept a connection on a listening socket of type SOCK_STREAM,
252248
creating a new socket of type SOCK_STREAM. Returns a tuple of

0 commit comments

Comments
 (0)