Skip to content

Commit b026ff1

Browse files
committed
import Self from typing_extensions
1 parent 622a6d3 commit b026ff1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ezdxf/entities/temporary_transform.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Copyright (c) 2024, Manfred Moitzi
22
# License: MIT License
33
from __future__ import annotations
4-
from typing import TYPE_CHECKING, Self
4+
from typing import TYPE_CHECKING
5+
from typing_extensions import Self
56
import abc
67

78
if TYPE_CHECKING:

0 commit comments

Comments
 (0)