pep8: Fix E502 violations
This commit is contained in:
parent
25a8315f71
commit
dc48a41efe
5 changed files with 7 additions and 7 deletions
|
@ -312,7 +312,7 @@ class Client(object):
|
|||
return False
|
||||
if self.verbose:
|
||||
if not query_state["had_error_retry"]:
|
||||
sys.stdout.write("zulip API(%s): connection error%s -- retrying." % \
|
||||
sys.stdout.write("zulip API(%s): connection error%s -- retrying." %
|
||||
(url.split(API_VERSTRING, 2)[0], error_string,))
|
||||
query_state["had_error_retry"] = True
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue