Skip to content

Commit 5a1a35b

Browse files
committed
Linted
1 parent a6d562b commit 5a1a35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ def connect(self, address):
590590
try:
591591
self._socket.connect(address, self._mode)
592592
return True
593-
except RuntimeError as e:
593+
except RuntimeError:
594594
return False
595595

596596

0 commit comments

Comments
 (0)