Skip to content

Commit

Permalink
Remove obsolete TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Aug 28, 2021
1 parent 699b432 commit 4c8f529
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pip/_internal/operations/freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,6 @@ def __init__(

@classmethod
def from_dist(cls, dist: BaseDistribution) -> "FrozenRequirement":
# TODO `get_requirement_info` is taking care of editable requirements.
# TODO This should be refactored when we will add detection of
# editable that provide .dist-info metadata.
req, editable, comments = _get_editable_info(dist)
if req is None and not editable:
# if PEP 610 metadata is present, attempt to use it
Expand Down

0 comments on commit 4c8f529

Please sign in to comment.