We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc5d78 commit 606ef96Copy full SHA for 606ef96
redis/asyncio/retry.py
@@ -24,8 +24,6 @@ def __init__(
24
):
25
super().__init__(backoff, retries, supported_errors)
26
27
- __init__.__doc__ = AbstractRetry.__init__.__doc__
28
-
29
def __eq__(self, other: Any) -> bool:
30
if not isinstance(other, Retry):
31
return NotImplemented
redis/retry.py
@@ -77,8 +77,6 @@ def __init__(
77
78
79
80
81
82
83
84
0 commit comments