mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Remove unneeded TODO
This commit is contained in:
parent
e8f7aa1446
commit
3a0f9b1c71
1 changed files with 0 additions and 1 deletions
|
@ -765,7 +765,6 @@ class InstallRequirement(object):
|
||||||
|
|
||||||
# TODO: Investigate if this should be kept in InstallRequirement
|
# TODO: Investigate if this should be kept in InstallRequirement
|
||||||
# Seems to be used only when VCS + downloads
|
# Seems to be used only when VCS + downloads
|
||||||
# TODO: Consider PEP 517 implications
|
|
||||||
def archive(self, build_dir):
|
def archive(self, build_dir):
|
||||||
assert self.source_dir
|
assert self.source_dir
|
||||||
create_archive = True
|
create_archive = True
|
||||||
|
|
Loading…
Reference in a new issue