diff options
-rw-r--r-- | poezio/plugin_e2ee.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |