Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Jul 20, 2024
1 parent f5f4f0a commit 5e48208
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pip/_internal/operations/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ def prepare_linked_requirements_more(
) -> None:
"""Prepare linked requirements more, if needed."""
partially_downloaded_reqs: List[InstallRequirement] = []
# reqs = [req for req in reqs if req.needs_more_preparation]
for req in reqs:
if req.is_concrete:
continue
Expand Down

0 comments on commit 5e48208

Please sign in to comment.