Skip to content

Commit

Permalink
Remove bad import
Browse files Browse the repository at this point in the history
My bad for not catching this before pushing.
  • Loading branch information
Eric-Arellano committed Feb 26, 2019
1 parent 2c6fdb0 commit 6b07abd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
has_python_sources, has_resources,
is_python_target)
from pants.backend.python.subsystems.python_native_code import PythonNativeCode
from pants.backend.python.subsystems.python_setup import PythonSetup
from pants.backend.python.targets.python_binary import PythonBinary
from pants.backend.python.targets.python_requirement_library import PythonRequirementLibrary
from pants.base.build_environment import get_buildroot
Expand Down Expand Up @@ -141,7 +140,7 @@ def _create_binary(self, binary_tgt, results_dir):
if is_python_target(tgt):
constraint_tgts.append(tgt)

# Add global and target-level interpreter compatibility constraints to pex info.
# Add target-level and possibly global interpreter compatibility constraints to pex info.
pex_builder.add_interpreter_constraints_from(constraint_tgts)

# Dump everything into the builder's chroot.
Expand Down

0 comments on commit 6b07abd

Please sign in to comment.