Skip to content

Commit 9a316d3

Browse files
committed
run black
1 parent 430f9f6 commit 9a316d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ def loop(self, timeout=0):
869869
if self.logger is not None:
870870
self.logger.debug(
871871
f"Loop timed out, message queue not empty after {self._recv_timeout}s"
872-
)
872+
)
873873
break
874874
rcs.append(rc)
875875

0 commit comments

Comments
 (0)