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 d577b02 commit 3aaabbbCopy full SHA for 3aaabbb
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