pep8: Fix E128 violations.
With some line-wrapping tweaks by tabbott.
This commit is contained in:
parent
92981590f5
commit
9d6e7cfea5
8 changed files with 49 additions and 48 deletions
|
@ -313,7 +313,7 @@ class Client(object):
|
|||
if self.verbose:
|
||||
if not query_state["had_error_retry"]:
|
||||
sys.stdout.write("zulip API(%s): connection error%s -- retrying." %
|
||||
(url.split(API_VERSTRING, 2)[0], error_string,))
|
||||
(url.split(API_VERSTRING, 2)[0], error_string,))
|
||||
query_state["had_error_retry"] = True
|
||||
else:
|
||||
sys.stdout.write(".")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue