Skip to content

Commit e928d86

Browse files
author
jimcockburn
committed
lint
1 parent 91c594b commit e928d86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redis/backoff.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def compute(self, failures: int) -> float:
109109
self._previous_backoff = min(self._cap, temp)
110110
return self._previous_backoff
111111

112+
112113
class ExponentialWithJitterBackoff(AbstractBackoff):
113114
"""Exponential backoff upon failure, with jitter"""
114115

0 commit comments

Comments
 (0)