Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Mar 7, 2017
1 parent 1424840 commit 955e212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion stups_cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ def configure(preselected_domain=None):
else:
info('The entered domain is not valid. Please try again.')

for component in ('mai', 'zign', 'zalando-token-cli', 'zalando-aws-cli', 'zalando-kubectl', 'zalando-deploy-cli'):
for component in ('mai', 'zign', 'zalando-token-cli',
'zalando-aws-cli', 'zalando-kubectl', 'zalando-deploy-cli'):

with Action('Trying to autoconfigure {}..'.format(component)) as act:
try:
Expand Down
1 change: 0 additions & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ def test_load_config_with_environment():
os.environ['EXAMPLE_PROJ_MY_KEY'] = 'some value'
cfg = stups_cli.config.load_config('example-proj')
assert cfg == {'my_key': 'some value'}

0 comments on commit 955e212

Please sign in to comment.