Remove trailing whitespace and a useless comment.
This commit is contained in:
parent
ec9e60917a
commit
17c96fffe4
1 changed files with 1 additions and 3 deletions
|
@ -192,8 +192,6 @@ def run_query(bz):
|
||||||
bugdata[bug.id]['depends'] = bug.depends_on
|
bugdata[bug.id]['depends'] = bug.depends_on
|
||||||
bugdata[bug.id]['reviewflag'] = ' '
|
bugdata[bug.id]['reviewflag'] = ' '
|
||||||
|
|
||||||
# Keep track of "interesting" bugs for which we'll need to do complete
|
|
||||||
# lookups. We want anything with
|
|
||||||
if bug.depends_on:
|
if bug.depends_on:
|
||||||
alldeps.update(bug.depends_on)
|
alldeps.update(bug.depends_on)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue