Skip to content

Commit 8df463b

Browse files
committed
Address comment
1 parent 1660336 commit 8df463b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(
3535
self._supported_errors = supported_errors
3636

3737
def update_supported_errors(
38-
self, specified_errors: Iterable[type[Exception]]
38+
self, specified_errors: Iterable[Type[Exception]]
3939
) -> None:
4040
"""
4141
Updates the supported errors with the specified error types

0 commit comments

Comments
 (0)