poezio/plugin_e2ee: import missing type

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-07-14 16:22:12 +02:00
parent 2514a21f13
commit ff2f7b3fdc

View file

@ -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