Skip to content

Commit

Permalink
ok, reverted all of the black reformats and just formatted minimqtt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-tritz committed May 12, 2024
1 parent 93b7b3e commit 4272252
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion adafruit_minimqtt/adafruit_minimqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,9 @@ def ping(self) -> list[int]:
if rc:
rcs.append(rc)
if ticks_diff(ticks_ms(), stamp) / 1000 > ping_timeout:
raise MMQTTException(f"PINGRESP not returned from broker within {ping_timeout} seconds.")
raise MMQTTException(
f"PINGRESP not returned from broker within {ping_timeout} seconds."
)
return rcs

# pylint: disable=too-many-branches, too-many-statements
Expand Down

0 comments on commit 4272252

Please sign in to comment.