1 parent 622a6d3 commit b026ff1Copy full SHA for b026ff1
1 file changed
src/ezdxf/entities/temporary_transform.py
@@ -1,7 +1,8 @@
1
# Copyright (c) 2024, Manfred Moitzi
2
# License: MIT License
3
from __future__ import annotations
4
-from typing import TYPE_CHECKING, Self
+from typing import TYPE_CHECKING
5
+from typing_extensions import Self
6
import abc
7
8
if TYPE_CHECKING:
0 commit comments