Remove unused var.
This commit is contained in:
parent
8a11946627
commit
3faf8a0f97
|
@ -52,7 +52,6 @@ def safely(retries: int = 0) -> T.Callable:
|
||||||
|
|
||||||
def _protection(self, *args, **kwargs):
|
def _protection(self, *args, **kwargs):
|
||||||
r = ret
|
r = ret
|
||||||
done = False
|
|
||||||
while r > 0:
|
while r > 0:
|
||||||
try:
|
try:
|
||||||
val = f(self, *args, **kwargs)
|
val = f(self, *args, **kwargs)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user