Skip to content

Commit

Permalink
Remove dup code (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
calixteman authored and marco-c committed May 30, 2019
1 parent b63391e commit ff11482
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions auto_nag/scripts/missed_uplifts.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ def handle_bug(self, bug, data):
if bugid in self.accepted_release:
approvals.append('release+')

if bugid in self.pending_release:
approvals.append('release?')
if bugid in self.accepted_release:
approvals.append('release+')

if bugid in self.pending_esr:
approvals.append(self.esr_str + '?')
if bugid in self.accepted_esr:
Expand Down

0 comments on commit ff11482

Please sign in to comment.