mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
pep8: Add compliance with rule E261 to pivotal/view.py.
This commit is contained in:
parent
43c978e0f4
commit
21dd1384b4
@ -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':
|
||||
|
||||
Loading…
Reference in New Issue
Block a user