From 163dcc794ecc3b50691758b118918f3cea6f033f Mon Sep 17 00:00:00 2001 From: Nathan Henrie Date: Wed, 29 May 2024 08:56:10 -0600 Subject: [PATCH] typing fixes --- mqttplugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqttplugin.py b/mqttplugin.py index 98caff6..7e2cbb4 100644 --- a/mqttplugin.py +++ b/mqttplugin.py @@ -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