put redis.client._ScoreCastFuncReturn back (#6876)

#6829 removed it as unused but #6790 added a usage.
This commit is contained in:
Jelle Zijlstra
2022-01-09 19:03:51 +02:00
committed by GitHub
parent afb265ce84
commit 49d2fa5f9d

View File

@@ -17,6 +17,7 @@ _StrType = TypeVar("_StrType", bound=Union[str, bytes])
_VT = TypeVar("_VT")
_T = TypeVar("_T")
_ScoreCastFuncReturn = TypeVar("_ScoreCastFuncReturn")
SYM_EMPTY: bytes
EMPTY_RESPONSE: str