mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
put redis.client._ScoreCastFuncReturn back (#6876)
#6829 removed it as unused but #6790 added a usage.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user