-
Notifications
You must be signed in to change notification settings - Fork 105
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
Fixing python virtualenv #1762
base: master
Are you sure you want to change the base?
Fixing python virtualenv #1762
Conversation
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
@Zlopez Have a look on this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some things are still not correct. Also you have a conflict in this PR
@@ -19,7 +19,7 @@ | |||
"""Module handling the load/call of the plugins of anitya.""" | |||
|
|||
import logging | |||
|
|||
import importlib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This import isn't necessary.
@@ -2,6 +2,7 @@ | |||
# -*- coding: utf-8 -*- | |||
"""createdb""" | |||
import os | |||
import importlib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This import isn't necessary.
No description provided.