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 1ed616e commit c4f000fCopy full SHA for c4f000f
stdlib/typing.pyi
@@ -402,7 +402,6 @@ _T = TypeVar("_T")
402
_FT = TypeVar("_FT", bound=Callable[..., Any] | type)
403
404
# These type variables are used by the container types.
405
-_S = TypeVar("_S")
406
_KT = TypeVar("_KT") # Key type.
407
_VT = TypeVar("_VT") # Value type.
408
_T_co = TypeVar("_T_co", covariant=True) # Any type covariant containers.
0 commit comments