Remove several unused TypeVars (#6829)

This commit is contained in:
Alex Waygood
2022-01-05 15:58:03 +00:00
committed by GitHub
parent beedc1d039
commit 2268955701
7 changed files with 3 additions and 13 deletions

View File

@@ -11,7 +11,6 @@ from _weakref import (
ref as ref,
)
_S = TypeVar("_S")
_T = TypeVar("_T")
_KT = TypeVar("_KT")
_VT = TypeVar("_VT")