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 602bf14 commit 2039f0fCopy full SHA for 2039f0f
stdlib/operator.pyi
@@ -54,7 +54,7 @@ from _operator import (
54
)
55
from _typeshed import SupportsGetItem
56
from typing import Any, Generic, ParamSpec, TypeVar, final, overload
57
-from typing_extensions import Self, TypeVarTuple, Unpack
+from typing_extensions import TypeVarTuple, Unpack
58
59
_T = TypeVar("_T")
60
_T_co = TypeVar("_T_co", covariant=True)
0 commit comments