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

Remove outdated TODO comment

This commit is contained in:
Tzu-ping Chung 2020-06-02 19:07:07 +08:00
parent 549a9d11a1
commit a90fe9bd94

View file

@ -59,7 +59,6 @@ def make_install_req_from_link(link, template):
)
if ireq.link is None:
ireq.link = link
# TODO: Handle wheel cache resolution.
return ireq