You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bgreen-litl
changed the title
2.0 release gives type errors for previously valid usage?
2.2.0 release gives type errors for previously valid usage?
Oct 5, 2022
Given this codee:
@backoff.on_exception(wait_gen=backoff.expo, exception=requests.exceptions.HTTPError, max_tries=10)
We now get these validation errors from mypy:
The text was updated successfully, but these errors were encountered: