From 2bf71af28665ded43c2bb394be373ddf4ec89cc1 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Wed, 23 Nov 2016 23:36:46 +0100 Subject: [PATCH] pep8 --- httpie/input.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httpie/input.py b/httpie/input.py index 9d5ecd1a..97f83edc 100644 --- a/httpie/input.py +++ b/httpie/input.py @@ -254,8 +254,8 @@ class HTTPieArgumentParser(ArgumentParser): 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(