Skip to content

Commit a9ce58d

Browse files
committed
format noqa line
1 parent fb2b101 commit a9ce58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def __init__(self) -> None:
111111
setattr(NullLogger, log_level, self.nothing)
112112

113113

114-
class MQTT: # noqa: PLR0904 # too-many-public-methods
114+
class MQTT: # noqa: PLR0904 # too-many-public-methods
115115
"""MQTT Client for CircuitPython.
116116
117117
:param str broker: MQTT Broker URL or IP Address.

0 commit comments

Comments
 (0)