-
Notifications
You must be signed in to change notification settings - Fork 77
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
Investigate if we can easily import requests only if necessary #269
Comments
FYI. Here are the lines where we are currently using the requests module in the code: ...Under ...Under ...Under and ...and finally under |
On which base exception does this exception class base on? Maybe we
Would we have to make thoughts about those at all? Only the first |
As seen on PR #222 it takes about 2s to import the requests module. That's kinda long and especially if we want to get the bash completion working, where we actually do not need this module at all. I wonder if it would be helpful to only import this module if really necessary in the scraper.py module.
The text was updated successfully, but these errors were encountered: