-
Notifications
You must be signed in to change notification settings - Fork 9
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
cleanup environment #129
cleanup environment #129
Conversation
# super().__init__(name='') | ||
|
||
|
||
class AbstractQuestSelectorParameterized(param.parameterized.ParameterizedMetaclass, ABCMeta): pass |
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.
E701 multiple statements on one line (colon)
@@ -3,5 +3,5 @@ | |||
from .config import get_settings, save_settings, update_settings, update_settings_from_file | |||
from .log import logger, log_to_console, log_to_file | |||
from . import param_util as param | |||
from .param_util import format_json_options, ServiceSelector, PublisherSelector | |||
from .param_util import format_json_options, ProviderSelector, ServiceSelector, PublisherSelector, ParameterSelector |
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.
F401 '.param_util.ServiceSelector' imported but unused
F401 '.param_util.format_json_options' imported but unused
F401 '.param_util.ProviderSelector' imported but unused
F401 '.param_util.ParameterSelector' imported but unused
F401 '.param_util.PublisherSelector' imported but unused
1 similar comment
Pull Request Test Coverage Report for Build 603
💛 - Coveralls |
fixes 126 fixes 130 fixes 131
remove python 3.5 from testing (environment can't resolve) fixes 126 fixes 130 fixes 131
cleanup environment and update setup.cfg metadata
fix bug caused by new package distribution name