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 hashlib
|
||||
import logging
|
||||
from pathlib import Path
|
||||
from typing import Dict, List, Optional
|
||||
|
||||
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 UndecidedException, UntrustedException, EncryptionPrepareException
|
||||
import slixmpp_omemo
|
||||
from pathlib import Path
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Reference in a new issue