pep8: Add compliance with rule E261 to pivotal/view.py.

This commit is contained in:
Aditya Bansal 2017-05-07 23:40:03 +05:30 committed by Tim Abbott
parent 43c978e0f4
commit 21dd1384b4

View File

@ -46,7 +46,7 @@ def api_pivotal_webhook_v3(request, user_profile, stream):
if match and len(match.groups()):
name = match.group(1)
else:
name = "Story changed" # Failed for an unknown reason, show something
name = "Story changed" # Failed for an unknown reason, show something
more_info = " [(view)](%s)" % (url,)
if event_type == 'story_update':