Skip to content

Commit fe581f0

Browse files
committed
Formatted per pre-commit
1 parent 5969636 commit fe581f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_funhouse/network.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ def _get_mqtt_client(self) -> Union[MQTT.MQTT, IO_MQTT]:
114114
return self._mqtt_client
115115
raise RuntimeError("Please initialize MQTT before using")
116116

117-
def mqtt_loop(self, *args: int, suppress_mqtt_errors: bool = True, **kwargs: int) -> None:
117+
def mqtt_loop(
118+
self, *args: int, suppress_mqtt_errors: bool = True, **kwargs: int
119+
) -> None:
118120
"""Run the MQTT Loop"""
119121
self._get_mqtt_client()
120122
if suppress_mqtt_errors:

0 commit comments

Comments
 (0)