From c192c180e1a586095e16fdd0ca732f68fb31c2ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Fri, 30 Nov 2018 15:42:45 +0000 Subject: [PATCH] xep_0384: fix type annotation for bundles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index f793717..0feda51 100644 --- a/plugin.py +++ b/plugin.py @@ -290,7 +290,7 @@ class XEP_0384(BasePlugin): """ recipients = [jid.bare for jid in recipients] - bundles = {} # type: Dict[str, Dict[str, ExtendedPublicBundle]] + bundles = {} # type: Dict[str, Dict[int, ExtendedPublicBundle]] while True: errors = []