mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
pep8: Fix E303 violations.
This commit is contained in:
committed by
Tim Abbott
parent
9f0383520c
commit
8c0c12c1d9
@@ -116,7 +116,6 @@ def handle_event(event):
|
||||
url = make_url("projects/%s" % (project_link,))
|
||||
scm = "of type %s" % (project_repo_type,) if project_repo_type else ""
|
||||
|
||||
|
||||
subject = "Repository %s Created" % (project_name,)
|
||||
content = "%s created a new repository %s [%s](%s)" % (actor_name, scm, project_name, url)
|
||||
elif event_type == 'push':
|
||||
@@ -165,7 +164,6 @@ def handle_event(event):
|
||||
body = raw_props.get('content')
|
||||
changes = raw_props.get('changes')
|
||||
|
||||
|
||||
url = make_url("projects/%s/tickets/%s" % (project_link, num))
|
||||
subject = "#%s: %s" % (num, name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user