Skip to content

Commit

Permalink
chore: Remove unnecessary import (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
tefra authored May 15, 2024
1 parent 584374d commit 4199f66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xsdata/formats/dataclass/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from types import UnionType # type: ignore
except ImportError:
UnionType = () # type: ignore
from typing_extensions import ForwardRef

if (3, 9) <= sys.version_info[:2] <= (3, 10):
# Backport this fix for python 3.9 and 3.10
Expand Down

0 comments on commit 4199f66

Please sign in to comment.