Skip to content
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

Fix imports for browser.py file #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Rawleenc
Copy link

Import fixed :

  • from requests.packages.urllib3.util.retry import Retry to from urllib3 import Retry (And add 'urllib3' to setup.py)
  • from werkzeug import cached_property to from werkzeug.utils import cached_property

All tests passed except for test_reduce_age: AssertionError.

Import fixed :
- from requests.packages.urllib3.util.retry import Retry to from urllib3 import Retry (And add 'urllib3' to setup.py)
- from werkzeug import cached_property to from werkzeug.utils import cached_property

All tests passed except for test_reduce_age: AssertionError.
@lovetoburnswhen
Copy link

Is this project's maintainer still active? This seems to be a relatively simple change that resolves a breaking issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants