adafruit / Adafruit_CircuitPython_MiniMQTT

MQTT Client Library for CircuitPython
Other
80 stars 49 forks source link

Make MQTT.__init__() arguments keyword-only #120

Closed tekktrik closed 1 year ago

tekktrik commented 2 years ago

All existing usages I could find do, so while this is API-breaking, it shouldn't need much work, and protects against accidental argument mix ups.