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 354df5a commit 3bd4914Copy full SHA for 3bd4914
mypy/typeshed/stdlib/typing.pyi
@@ -397,8 +397,6 @@ _P = _ParamSpec("_P")
397
_T = TypeVar("_T")
398
_FT = TypeVar("_FT", bound=Callable[..., Any] | type)
399
400
-_FT = TypeVar("_FT", bound=Callable[..., Any] | type)
401
-
402
# These type variables are used by the container types.
403
_S = TypeVar("_S")
404
_KT = TypeVar("_KT") # Key type.
0 commit comments