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
It should find "requests.packages.urllib3.util.retry"
Import "requests.packages.urllib3.util.retry" could not be resolved from source Pylance(reportMissingModuleSource)
Nothing is printed just for importing
import requests from requests.adapters import HTTPAdapter from requests.packages.urllib3.util.retry import Retry
The text was updated successfully, but these errors were encountered:
Duplicate of #597.
requests does some shady at-runtime things to reexport these modules.
requests
Sorry, something went wrong.
No branches or pull requests
Environment data
Expected behaviour
It should find "requests.packages.urllib3.util.retry"
Actual behaviour
Import "requests.packages.urllib3.util.retry" could not be resolved from source Pylance(reportMissingModuleSource)
Logs
Code Snippet / Additional information
The text was updated successfully, but these errors were encountered: