Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
max-muoto committed May 28, 2024
1 parent 1660336 commit 8df463b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(
self._supported_errors = supported_errors

def update_supported_errors(
self, specified_errors: Iterable[type[Exception]]
self, specified_errors: Iterable[Type[Exception]]
) -> None:
"""
Updates the supported errors with the specified error types
Expand Down

0 comments on commit 8df463b

Please sign in to comment.