diff --git a/stubs/redis/redis/client.pyi b/stubs/redis/redis/client.pyi index 5ebda9a75..98abd121e 100644 --- a/stubs/redis/redis/client.pyi +++ b/stubs/redis/redis/client.pyi @@ -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