mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Remove several unused TypeVars (#6829)
This commit is contained in:
@@ -11,7 +11,6 @@ from _weakref import (
|
||||
ref as ref,
|
||||
)
|
||||
|
||||
_S = TypeVar("_S")
|
||||
_T = TypeVar("_T")
|
||||
_KT = TypeVar("_KT")
|
||||
_VT = TypeVar("_VT")
|
||||
|
||||
Reference in New Issue
Block a user