Skip to content

Commit 331a7af

Browse files
committed
chore: remove a todo
1 parent 5429245 commit 331a7af

File tree

1 file changed

+0
-1
lines changed
  • python/pip_install/tools/wheel_installer

1 file changed

+0
-1
lines changed

python/pip_install/tools/wheel_installer/wheel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ def dependencies(
288288
markers["extra"] = extra
289289
if req.marker.evaluate(markers):
290290
dependency_set.add(dep, plat)
291-
# TODO @aignas 2023-12-04: allow to resolve for extras separately
292291
break
293292

294293
return dependency_set.build(plat_markers.keys())

0 commit comments

Comments
 (0)