Merge pull request #8524 from chrahunt/remove-always-applicable-comments

Remove encouraging comments
This commit is contained in:
Christopher Hunt 2020-07-03 09:17:53 -04:00 committed by GitHub
commit cba5f11057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -345,10 +345,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)