Skip to content

Commit b2785d8

Browse files
committed
Drop incorrect line from comment
This was a copy-paste error that I didn't catch earlier. Signed-off-by: Pradyun Gedam <[email protected]>
1 parent 258242f commit b2785d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pip/_internal/resolution/resolvelib/resolver.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def resolve(self, root_reqs, check_supported_wheels):
139139
# * The --force-reinstall flag is set. Always reinstall.
140140
# * The installation is different in version or editable-ness, so
141141
# we need to uninstall it to install the new distribution.
142-
# * The installed version is different from the pending distribution.
143142
# * The candidate is a local wheel. Do nothing.
144143
# * The candidate is a local sdist. Print a deprecation warning.
145144
# * The candidate is a local path. Always reinstall.

0 commit comments

Comments
 (0)