Skip to content

Commit 470ac9f

Browse files
committed
fix: import Self from typing_extensions
1 parent a2d2a9a commit 470ac9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libdestruct/common/struct/struct_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from __future__ import annotations
88

9-
from typing import Self
9+
from typing_extensions import Self
1010

1111
from libdestruct.backing.fake_resolver import FakeResolver
1212
from libdestruct.backing.resolver import Resolver

0 commit comments

Comments
 (0)