Skip to content

Commit

Permalink
Merge pull request #121 from tekktrik/dev/kw-init
Browse files Browse the repository at this point in the history
Make MQTT__init__ arguments keyword-only
  • Loading branch information
tekktrik committed Dec 1, 2022
2 parents 27696bb + 6ca8487 commit 4c0c770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adafruit_minimqtt/adafruit_minimqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ class MQTT:
# pylint: disable=too-many-arguments,too-many-instance-attributes, not-callable, invalid-name, no-member
def __init__(
self,
*,
broker,
port=None,
username=None,
Expand Down

0 comments on commit 4c0c770

Please sign in to comment.