Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed May 3, 2018
1 parent c2c2ce9 commit 7062880
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/python/pants/option/global_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def should_throw_on_error(self, warnings):
return False



class GlobalOptionsRegistrar(SubsystemClientMixin, Optionable):
options_scope = GLOBAL_SCOPE
options_scope_category = ScopeInfo.GLOBAL
Expand Down
3 changes: 1 addition & 2 deletions tests/python/pants_test/option/util/fakes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@

from collections import defaultdict

from pants.option.arg_splitter import GLOBAL_SCOPE
from pants.option.global_options import GlobalOptionsRegistrar
from pants.option.option_util import is_list_option
from pants.option.scope import GLOBAL_SCOPE
from pants.option.parser import Parser
from pants.option.parser_hierarchy import enclosing_scope
from pants.option.ranked_value import RankedValue
from pants.option.scope import GLOBAL_SCOPE


class _FakeOptionValues(object):
Expand Down

0 comments on commit 7062880

Please sign in to comment.