mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
lint: Fix violation in the GitHub webhook view.
This commit is contained in:
committed by
Tim Abbott
parent
f4617d0408
commit
55b4a3792d
@@ -139,7 +139,6 @@ def api_github_v2(user_profile, event, payload, branches, default_stream,
|
||||
repository = payload['repository']
|
||||
updated_topic_focus = topic_focus if topic_focus else repository['name']
|
||||
|
||||
|
||||
# Event Handlers
|
||||
if event == 'pull_request':
|
||||
subject = get_pull_request_or_issue_subject(repository, payload['pull_request'], 'PR')
|
||||
|
||||
Reference in New Issue
Block a user