Skip to content

Commit

Permalink
Remove unused imports created from refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Livingston committed Jan 30, 2018
1 parent 51e9c64 commit 7b8e8be
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@

from pex.interpreter import PythonInterpreter

from pants.backend.python.targets.python_binary import PythonBinary
from pants.backend.python.targets.python_distribution import PythonDistribution
from pants.backend.python.tasks2.pex_build_util import is_local_python_dist, prepare_dist_workdir
from pants.backend.python.tasks2.pex_build_util import prepare_dist_workdir
from pants.backend.python.tasks2.setup_py import SetupPyRunner
from pants.base.exceptions import TaskError
from pants.task.task import Task
Expand Down

0 comments on commit 7b8e8be

Please sign in to comment.