Merge "Replace deprecated tenacity.Retrying.call"
This commit is contained in:
commit
281d5875d7
@ -657,7 +657,7 @@ def retry(retry_param: Optional[Type[Exception]],
|
|||||||
reraise=True,
|
reraise=True,
|
||||||
retry=retry(retry_param),
|
retry=retry(retry_param),
|
||||||
wait=wait)
|
wait=wait)
|
||||||
return r.call(f, *args, **kwargs)
|
return r(f, *args, **kwargs)
|
||||||
|
|
||||||
return _wrapper
|
return _wrapper
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user