We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c31cad commit 36befd8Copy full SHA for 36befd8
src/pip/_internal/operations/freeze.py
@@ -232,9 +232,6 @@ def __init__(
232
233
@classmethod
234
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.
238
editable = dist.editable
239
if editable:
240
req, comments = _get_editable_info(dist)
0 commit comments