Skip to content

Commit 3bd4914

Browse files
authored
Apply suggestion
1 parent 354df5a commit 3bd4914

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mypy/typeshed/stdlib/typing.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,6 @@ _P = _ParamSpec("_P")
397397
_T = TypeVar("_T")
398398
_FT = TypeVar("_FT", bound=Callable[..., Any] | type)
399399

400-
_FT = TypeVar("_FT", bound=Callable[..., Any] | type)
401-
402400
# These type variables are used by the container types.
403401
_S = TypeVar("_S")
404402
_KT = TypeVar("_KT") # Key type.

0 commit comments

Comments
 (0)