diff --git a/poezio_omemo/__init__.py b/poezio_omemo/__init__.py index ed734e9..3209d2f 100644 --- a/poezio_omemo/__init__.py +++ b/poezio_omemo/__init__.py @@ -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__)