Skip to content

Commit

Permalink
Remove resolved TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Aug 29, 2021
1 parent 8222bf1 commit d5d4fc7
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 @@ -232,9 +232,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.
editable = dist.editable
if editable:
req, comments = _get_editable_info(dist)
Expand Down

0 comments on commit d5d4fc7

Please sign in to comment.