Skip to content

Commit c565f8a

Browse files
committed
satisfy black linter
1 parent 413b492 commit c565f8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ class MQTT:
117117
:param int keep_alive: KeepAlive interval between the broker and the MiniMQTT client.
118118
119119
"""
120+
120121
# pylint: disable=too-many-arguments,too-many-instance-attributes, not-callable, invalid-name, no-member
121122
def __init__(
122123
self,

0 commit comments

Comments
 (0)