Skip to content

Commit 8232136

Browse files
committed
Linted
1 parent c74dc7e commit 8232136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ def _wait_for_msg(self, timeout=0.1):
792792
if hasattr(self._socket_pool, "timeout"):
793793
try:
794794
res = self._sock_exact_recv(1)
795-
except self._socket_pool.timeout as error:
795+
except self._socket_pool.timeout:
796796
return None
797797
else: # socketpool, esp32spi
798798
try:

0 commit comments

Comments
 (0)