fix async_function_with_retries

This commit is contained in:
Ishaan Jaff 2024-06-01 18:58:55 -07:00
parent 5e85a5b208
commit 373a41ca6d

View file

@ -2064,7 +2064,6 @@ class Router:
response = await original_function(*args, **kwargs)
return response
except Exception as e:
num_retries = None
current_attempt = None
original_exception = e
"""