Skip to content

Commit 4f455ae

Browse files
committed
Drop an unused type: ignore comment
1 parent 88cccfc commit 4f455ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def __init__(
104104
def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str:
105105
return requirement_or_candidate.name
106106

107-
def get_preference( # type: ignore
107+
def get_preference(
108108
self,
109109
identifier: str,
110110
resolutions: Mapping[str, Candidate],

0 commit comments

Comments
 (0)