Skip to content

Commit c4f000f

Browse files
committed
Remove unused type var
1 parent 1ed616e commit c4f000f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/typing.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ _T = TypeVar("_T")
402402
_FT = TypeVar("_FT", bound=Callable[..., Any] | type)
403403

404404
# These type variables are used by the container types.
405-
_S = TypeVar("_S")
406405
_KT = TypeVar("_KT") # Key type.
407406
_VT = TypeVar("_VT") # Value type.
408407
_T_co = TypeVar("_T_co", covariant=True) # Any type covariant containers.

0 commit comments

Comments
 (0)