mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Remove several unused TypeVars (#6829)
This commit is contained in:
@@ -25,7 +25,6 @@ from typing_extensions import Literal, ParamSpec, final
|
||||
|
||||
# Note, all classes "defined" here require special handling.
|
||||
|
||||
_T = TypeVar("_T")
|
||||
_T1 = TypeVar("_T1")
|
||||
_T2 = TypeVar("_T2")
|
||||
_T_co = TypeVar("_T_co", covariant=True)
|
||||
|
||||
Reference in New Issue
Block a user