Skip to content

Commit

Permalink
Drop incorrect line from comment
Browse files Browse the repository at this point in the history
This was a copy-paste error that I didn't catch earlier.

Signed-off-by: Pradyun Gedam <[email protected]>
  • Loading branch information
pradyunsg committed Nov 20, 2020
1 parent c163c89 commit b8c1752
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pip/_internal/resolution/resolvelib/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def resolve(self, root_reqs, check_supported_wheels):
# * The --force-reinstall flag is set. Always reinstall.
# * The installation is different in version or editable-ness, so
# we need to uninstall it to install the new distribution.
# * The installed version is different from the pending distribution.
# * The candidate is a local wheel. Do nothing.
# * The candidate is a local sdist. Print a deprecation warning.
# * The candidate is a local path. Always reinstall.
Expand Down

0 comments on commit b8c1752

Please sign in to comment.