Skip to content

Commit

Permalink
Remove unnecessary TypeAlias import
Browse files Browse the repository at this point in the history
  • Loading branch information
gycsaba96 authored and diegogangl committed Jun 3, 2024
1 parent 773b100 commit 548c3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GTG/core/base_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down

0 comments on commit 548c3d1

Please sign in to comment.