Skip to content

Commit d51a788

Browse files
committed
Reformatted per pre-commit
1 parent 1f77f60 commit d51a788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_funhouse/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def mqtt_publish(
135135
self,
136136
*args: Union[str, int, float],
137137
suppress_mqtt_errors: bool = True,
138-
**kwargs: Union[str, int, float]
138+
**kwargs: Union[str, int, float],
139139
) -> None:
140140
"""Publish to MQTT"""
141141
self._get_mqtt_client()

0 commit comments

Comments
 (0)