Skip to content

Commit 600e336

Browse files
brentrubrentru
authored andcommitted
add docstring for class-level?
1 parent 268210e commit 600e336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_minimqtt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ class MMQTTException(Exception):
8181
#pass
8282

8383
class MQTT:
84+
"""MiniMQTT - a MQTT Client for CircuitPython"""
8485
# pylint: disable=too-many-arguments,too-many-instance-attributes, not-callable, invalid-name, no-member
8586
def __init__(self, socket, broker, port=None, username=None,
8687
password=None, esp=None, client_id=None, is_ssl=True, log=False):

0 commit comments

Comments
 (0)