lint: Fix violation in the GitHub webhook view.

This commit is contained in:
Yago González 2017-05-24 21:48:44 -07:00 committed by Tim Abbott
parent f4617d0408
commit 55b4a3792d
1 changed files with 0 additions and 1 deletions

View File

@ -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')