Skip to content

Commit

Permalink
Merge pull request #99 from chungg/pep8
Browse files Browse the repository at this point in the history
fix pep8
  • Loading branch information
mergify[bot] authored Nov 8, 2018
2 parents 2a54c7b + 256ed7a commit 0995299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gnocchiclient/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def build_option_parser(self, description, version):
# assumes it is the default. It's not in that case, but since we can't
# fix all the rc files of the world, workaround it here.
if ("OS_PASSWORD" in os.environ and
"OS_AUTH_TYPE" not in os.environ):
"OS_AUTH_TYPE" not in os.environ):
os.environ.set("OS_AUTH_TYPE", "password")

loading.register_session_argparse_arguments(parser=parser)
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ commands =

[flake8]
show-source = True
ignore = D100,D101,D102,D103,D104,D105,D107,A002,A003
ignore = D100,D101,D102,D103,D104,D105,D107,A002,A003,W504
exclude=.git,.tox,dist,doc,*egg,build
enable-extensions=G
application-import-names = gnocchiclient
Expand Down

0 comments on commit 0995299

Please sign in to comment.