Skip to content

Commit

Permalink
Fix import outside of type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
th3w1zard1 authored Apr 28, 2024
1 parent 7bb1a84 commit 7f98752
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Libraries/PyKotor/src/pykotor/extract/twoda.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
from dataclasses import dataclass
from typing import TYPE_CHECKING, ClassVar, NamedTuple

from typing_extensions import Literal

if TYPE_CHECKING:
from typing_extensions import Literal
from pykotor.extract.installation import Installation
from pykotor.resource.formats.twoda.twoda_data import TwoDARow
from pykotor.tools.path import CaseAwarePath
Expand Down

0 comments on commit 7f98752

Please sign in to comment.