From ff2f7b3fdc7c0f220ff20dc19af1c95db4669c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 14 Jul 2019 16:22:12 +0200 Subject: poezio/plugin_e2ee: import missing type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- poezio/plugin_e2ee.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/plugin_e2ee.py') diff --git a/poezio/plugin_e2ee.py b/poezio/plugin_e2ee.py index 357a9678..b6c6d940 100644 --- a/poezio/plugin_e2ee.py +++ b/poezio/plugin_e2ee.py @@ -10,7 +10,7 @@ Interface for E2EE (End-to-end Encryption) plugins. """ -from typing import Callable, Dict, Optional, Union +from typing import Callable, Dict, List, Optional, Union from slixmpp import InvalidJID, JID, Message from slixmpp.xmlstream import StanzaBase -- cgit v1.2.3