omemo: add missing typing import
This commit is contained in:
parent
97d29bc1cd
commit
e94ee52c10
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue