diff --git a/python_sdk/windows_agent.py b/python_sdk/windows_agent.py index 7570a5e..dabf3ca 100644 --- a/python_sdk/windows_agent.py +++ b/python_sdk/windows_agent.py @@ -12,9 +12,9 @@ from typing import Any, Dict, Optional import psutil try: - from .telesec_couchdb import TeleSecCouchDB, TeleSecCouchDBError, ts_decrypt -except ImportError: from telesec_couchdb import TeleSecCouchDB, TeleSecCouchDBError, ts_decrypt +except ImportError: + from .telesec_couchdb import TeleSecCouchDB, TeleSecCouchDBError, ts_decrypt def utcnow_iso() -> str: