Skip to content

Commit f43890a

Browse files
Fix broken import
1 parent 5987e62 commit f43890a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pins/_adaptors.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
import json
44
from abc import abstractmethod
5-
from typing import TYPE_CHECKING, Any, ClassVar, Self, TypeAlias, overload
5+
from typing import TYPE_CHECKING, Any, ClassVar, TypeAlias, overload
6+
7+
from typing_extensions import Self
68

79
from ._databackend import AbstractBackend
810

0 commit comments

Comments
 (0)