Skip to content

Commit 4272252

Browse files
committed
ok, reverted all of the black reformats and just formatted minimqtt.py
1 parent 93b7b3e commit 4272252

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,9 @@ def ping(self) -> list[int]:
575575
if rc:
576576
rcs.append(rc)
577577
if ticks_diff(ticks_ms(), stamp) / 1000 > ping_timeout:
578-
raise MMQTTException(f"PINGRESP not returned from broker within {ping_timeout} seconds.")
578+
raise MMQTTException(
579+
f"PINGRESP not returned from broker within {ping_timeout} seconds."
580+
)
579581
return rcs
580582

581583
# pylint: disable=too-many-branches, too-many-statements

0 commit comments

Comments
 (0)