Skip to content

Commit

Permalink
Remove bad merge lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Feb 26, 2019
1 parent 1be9e90 commit 225f153
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/python/pants/backend/python/tasks/python_binary_create.py
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 @@ -143,7 +142,6 @@ def _create_binary(self, binary_tgt, results_dir):

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

# Dump everything into the builder's chroot.
for tgt in source_tgts:
Expand Down

0 comments on commit 225f153

Please sign in to comment.