-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
switch from 'retrying' to 'tenacity' #9599
Conversation
741f0ea
to
a6a3f70
Compare
@@ -0,0 +1 @@ | |||
from tenacity import * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing trailing new line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing new line seems unnecessary.. (judging by other .pyi
file)
I think we should drop the |
Maybe upstream can fix this.. I've submitted a PR to them. |
Add it to the In pyproject.toml, it'll be at |
a6a3f70
to
9bcb4a7
Compare
Hello! I am an automated bot and I have noticed that this pull request is not currently able to be merged. If you are able to either merge the |
9bcb4a7
to
64ecfc8
Compare
Hello! I am an automated bot and I have noticed that this pull request is not currently able to be merged. If you are able to either merge the |
Closes #7530
Since we have dropped Python 2, there's no compatibility issue about this.