We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35316a commit 6ca8487Copy full SHA for 6ca8487
1 file changed
adafruit_minimqtt/adafruit_minimqtt.py
@@ -141,6 +141,7 @@ class MQTT:
141
# pylint: disable=too-many-arguments,too-many-instance-attributes, not-callable, invalid-name, no-member
142
def __init__(
143
self,
144
+ *,
145
broker,
146
port=None,
147
username=None,
0 commit comments