We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2b101 commit a9ce58dCopy full SHA for a9ce58d
adafruit_minimqtt/adafruit_minimqtt.py
@@ -111,7 +111,7 @@ def __init__(self) -> None:
111
setattr(NullLogger, log_level, self.nothing)
112
113
114
-class MQTT: # noqa: PLR0904 # too-many-public-methods
+class MQTT: # noqa: PLR0904 # too-many-public-methods
115
"""MQTT Client for CircuitPython.
116
117
:param str broker: MQTT Broker URL or IP Address.
0 commit comments