reorder imports
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
28e2807bc7
commit
b4a03e3034
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,7 @@ import asyncio
|
||||||
import base64
|
import base64
|
||||||
import hashlib
|
import hashlib
|
||||||
import logging
|
import logging
|
||||||
|
from pathlib import Path
|
||||||
from typing import Dict, List, Optional
|
from typing import Dict, List, Optional
|
||||||
|
|
||||||
from poezio.plugin_e2ee import E2EEPlugin
|
from poezio.plugin_e2ee import E2EEPlugin
|
||||||
|
@ -28,7 +29,6 @@ from slixmpp.exceptions import IqError, IqTimeout
|
||||||
from slixmpp_omemo import PluginCouldNotLoad, MissingOwnKey, NoAvailableSession
|
from slixmpp_omemo import PluginCouldNotLoad, MissingOwnKey, NoAvailableSession
|
||||||
from slixmpp_omemo import UndecidedException, UntrustedException, EncryptionPrepareException
|
from slixmpp_omemo import UndecidedException, UntrustedException, EncryptionPrepareException
|
||||||
import slixmpp_omemo
|
import slixmpp_omemo
|
||||||
from pathlib import Path
|
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue