mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Remove even more unused TypeVars (#6928)
This commit is contained in:
@@ -12,7 +12,6 @@ from _weakref import (
|
||||
)
|
||||
from exceptions import ReferenceError as ReferenceError
|
||||
|
||||
_S = TypeVar("_S")
|
||||
_T = TypeVar("_T")
|
||||
_KT = TypeVar("_KT")
|
||||
_VT = TypeVar("_VT")
|
||||
|
||||
Reference in New Issue
Block a user