Skip to content

Commit

Permalink
Remove unused imports from what-changed.
Browse files Browse the repository at this point in the history
Testing Done:
/pants test tests/python/pants_test/tasks:what_changed

https://travis-ci.org/pantsbuild/pants/builds/45154573

Bugs closed: 890

Reviewed at https://rbcommons.com/s/twitter/r/1542/
  • Loading branch information
dt committed Dec 27, 2014
1 parent 0249080 commit d0a3430
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/python/pants/backend/core/tasks/what_changed.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
from __future__ import (nested_scopes, generators, division, absolute_import, with_statement,
print_function, unicode_literals)

from collections import defaultdict
import os

from pants.backend.core.tasks.console_task import ConsoleTask
from pants.base.exceptions import TaskError
from pants.base.lazy_source_mapper import LazySourceMapper
Expand Down

0 comments on commit d0a3430

Please sign in to comment.