Skip to content

Commit 6145406

Browse files
committed
format
1 parent 9a3383f commit 6145406

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_qualia/network.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def init_mqtt(
102102

103103
return self._mqtt_client
104104

105-
106105
def _get_mqtt_client(self) -> Union[MQTT.MQTT, IO_MQTT]:
107106
if self._mqtt_client is not None:
108107
return self._mqtt_client

0 commit comments

Comments
 (0)