We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5987e62 commit f43890aCopy full SHA for f43890a
pins/_adaptors.py
@@ -2,7 +2,9 @@
2
3
import json
4
from abc import abstractmethod
5
-from typing import TYPE_CHECKING, Any, ClassVar, Self, TypeAlias, overload
+from typing import TYPE_CHECKING, Any, ClassVar, TypeAlias, overload
6
+
7
+from typing_extensions import Self
8
9
from ._databackend import AbstractBackend
10
0 commit comments