Skip to content

Commit

Permalink
Remove encouraging comments
Browse files Browse the repository at this point in the history
These comments are relevant to this function, since it is long
overdue for refactoring. This code isn't special in that regard, and we
should feel free to consider any piece of code eligible to be broken up
or put into a class. So we remove these comments in fairness to the rest
of the code, and to remove a distraction during upcoming code reviews.
  • Loading branch information
chrahunt committed Jul 3, 2020
1 parent 4645ecb commit 09d75b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pip/_internal/operations/install/wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,6 @@ def install_unpacked_wheel(
Wheel-Version
* when the .dist-info dir does not match the wheel
"""
# TODO: Investigate and break this up.
# TODO: Look into moving this into a dedicated class for representing an
# installation.

source = wheeldir.rstrip(os.path.sep) + os.path.sep

info_dir, metadata = parse_wheel(wheel_zip, name)
Expand Down

0 comments on commit 09d75b8

Please sign in to comment.