Skip to content

Commit

Permalink
Drop an unused type: ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Feb 6, 2023
1 parent 88cccfc commit 4f455ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/resolution/resolvelib/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __init__(
def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str:
return requirement_or_candidate.name

def get_preference( # type: ignore
def get_preference(
self,
identifier: str,
resolutions: Mapping[str, Candidate],
Expand Down

0 comments on commit 4f455ae

Please sign in to comment.