We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca55c67 commit c57ec62Copy full SHA for c57ec62
1 file changed
adafruit_minimqtt/adafruit_minimqtt.py
@@ -117,6 +117,7 @@ class MQTT:
117
:param int keep_alive: KeepAlive interval between the broker and the MiniMQTT client.
118
119
"""
120
+
121
# pylint: disable=too-many-arguments,too-many-instance-attributes, not-callable, invalid-name, no-member
122
def __init__(
123
self,
0 commit comments