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

Add imports from urllib to dbimporters #3704

Merged
merged 2 commits into from
Jan 7, 2020

Conversation

ramirezfranciscof
Copy link
Member

Some query functions of the dbimporters used urlopen and urlencode without importing urllib.request and urllib.parse.

closes #3698

Some query functions of the dbimporters used urlopen and urlencode
without importing urllib.request and urllib.parse.
Copy link
Contributor

@sphuber sphuber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sphuber sphuber merged commit d32e2aa into aiidateam:develop Jan 7, 2020
@sphuber sphuber deleted the quickfix_urllib branch January 7, 2020 11:42
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.

missing import from urllib in several files
2 participants