Skip to content

Commit

Permalink
fix retry type
Browse files Browse the repository at this point in the history
  • Loading branch information
Vulwsztyn committed Jan 21, 2025
1 parent 7531dac commit 336b259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def __init__(
lib_name: Optional[str] = "redis-py",
lib_version: Optional[str] = get_lib_version(),
username: Optional[str] = None,
retry: Union[Any, None] = None,
retry: Optional[Retry] = None,
redis_connect_func: Optional[Callable[[], None]] = None,
credential_provider: Optional[CredentialProvider] = None,
protocol: Optional[int] = 2,
Expand Down

0 comments on commit 336b259

Please sign in to comment.