Skip to content

Commit 704b219

Browse files
committed
fix: import Self from typing_extensions instead
1 parent 4e032f2 commit 704b219

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

libdestruct/backing/resolver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
from __future__ import annotations
88

99
from abc import ABC, abstractmethod
10-
from typing import Self
10+
11+
from typing_extensions import Self
1112

1213

1314
class Resolver(ABC):

0 commit comments

Comments
 (0)