Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Nov 23, 2016
1 parent 0b84180 commit 2bf71af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions httpie/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ def _process_auth(self):
else:
credentials = parse_auth(self.args.auth)

if (not credentials.has_password()
and plugin.prompt_password):
if (not credentials.has_password() and
plugin.prompt_password):
if self.args.ignore_stdin:
# Non-tty stdin read by now
self.error(
Expand Down

0 comments on commit 2bf71af

Please sign in to comment.