Skip to content

Commit 4afaa8b

Browse files
committed
Fix style issue flagged by Black
1 parent b6b6666 commit 4afaa8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_wiznet5k/adafruit_wiznet5k_socketpool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def accept(
425425
if self._status == wiznet5k.adafruit_wiznet5k.SNSR_SOCK_CLOSED:
426426
self.close()
427427
self.listen()
428-
428+
429429
_, addr = self._interface.socket_accept(self._socknum)
430430
# if any of the following conditions are true, we haven't accepted a connection
431431
if (

0 commit comments

Comments
 (0)