Skip to content

Commit 36befd8

Browse files
committed
Remove resolved TODO comment
1 parent 9c31cad commit 36befd8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pip/_internal/operations/freeze.py

-3
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,6 @@ def __init__(
232232

233233
@classmethod
234234
def from_dist(cls, dist: BaseDistribution) -> "FrozenRequirement":
235-
# TODO `get_requirement_info` is taking care of editable requirements.
236-
# TODO This should be refactored when we will add detection of
237-
# editable that provide .dist-info metadata.
238235
editable = dist.editable
239236
if editable:
240237
req, comments = _get_editable_info(dist)

0 commit comments

Comments
 (0)