Skip to content

Commit

Permalink
Issue webcompat#3140 - fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
karlcow committed Jan 24, 2020
1 parent a1b4c1d commit 8c4ea9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webcompat/webhooks/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ def get_issue_info(payload):
'number': issue.get('number'),
'domain': full_title.partition(' ')[0],
'repository_url': issue.get('repository_url'),
'body': issue.get('body'),
}
'body': issue.get('body')}
# labels on the original issue?
original_labels = [label['name'] for label in labels]
issue_info['original_labels'] = original_labels
Expand Down

0 comments on commit 8c4ea9d

Please sign in to comment.