Skip to content

Commit

Permalink
typing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed May 29, 2024
1 parent fd77bf4 commit 163dcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mqttplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def on_subscribe(
client: Client,
userdata: str,
mid: int,
granted_qos: t.Tuple[int],
granted_qos: t.Tuple[int, ...],
) -> None:
"""Set attribute to show that initial subscription is complete."""
self._subscribed = True
Expand Down

0 comments on commit 163dcc7

Please sign in to comment.