diff --git a/GTG/core/base_store.py b/GTG/core/base_store.py index fde2ef214..30971b8a2 100644 --- a/GTG/core/base_store.py +++ b/GTG/core/base_store.py @@ -25,7 +25,7 @@ import logging from lxml.etree import _Element -from typing import Any, Dict, List, Optional, TypeVar, Generic, Protocol, TypeAlias +from typing import Any, Dict, List, Optional, TypeVar, Generic, Protocol log = logging.getLogger(__name__)