We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! I can import module Retry with 2 ways, but with the long one it prints this message below. Code works the same with any of them.
from urllib3.util.retry import Retry from requests.packages.urllib3.util.retry import Retry
The text was updated successfully, but these errors were encountered:
The issue is not the length, but the dynamic behavior requests uses to create these modules.
Duplicate of #597.
Sorry, something went wrong.
No branches or pull requests
Environment data
Expected behaviour
Hello! I can import module Retry with 2 ways, but with the long one it prints this message below.
Code works the same with any of them.
Actual behaviour
The text was updated successfully, but these errors were encountered: