diff options
-rw-r--r-- | poezio/plugin_e2ee.py | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/poezio/plugin_e2ee.py b/poezio/plugin_e2ee.py index b18aae3b..9c0fa39c 100644 --- a/poezio/plugin_e2ee.py +++ b/poezio/plugin_e2ee.py @@ -10,14 +10,7 @@ Interface for E2EE (End-to-end Encryption) plugins. """ -from typing import ( - Callable, - Dict, - List, - Optional, - Union, - Tuple, -) +from typing import Callable, Dict, List, Optional, Union, Tuple from slixmpp import InvalidJID, JID, Message from slixmpp.xmlstream import StanzaBase |