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
-2
View File
@@ -23,8 +23,6 @@ from .connection import ConnectionPool
from .lock import Lock
from .retry import Retry
_ScoreCastFuncReturn = TypeVar("_ScoreCastFuncReturn")
_Value = Union[bytes, float, int, str]
_Key = Union[str, bytes]