From e94ee52c107ed42478f086f40dd2f7f99e4b2f22 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 23 Aug 2019 23:25:33 +0200 Subject: omemo: add missing typing import --- poezio/plugin_e2ee.py | 9 +-------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3