Fixes codestyle failures

Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
This commit is contained in:
Nabarun Pal 2020-07-16 14:08:44 +05:30
parent a54f404366
commit b68ca30551
No known key found for this signature in database
GPG Key ID: 611D5079D826B150

View File

@ -171,9 +171,10 @@ class Watch(object):
retry_after_410 = True
break
else:
reason = "%s: %s" % (obj['reason'], obj['message'])
raise client.rest.ApiException(status=obj['code'],
reason=reason)
reason = "%s: %s" % (
obj['reason'], obj['message'])
raise client.rest.ApiException(
status=obj['code'], reason=reason)
else:
retry_after_410 = False
yield event