1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Remove unneeded TODO

This commit is contained in:
Paul Moore 2018-11-14 14:31:24 +00:00
parent e8f7aa1446
commit 3a0f9b1c71

View file

@ -765,7 +765,6 @@ class InstallRequirement(object):
# TODO: Investigate if this should be kept in InstallRequirement
# Seems to be used only when VCS + downloads
# TODO: Consider PEP 517 implications
def archive(self, build_dir):
assert self.source_dir
create_archive = True