We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e47811 commit 2c10e87Copy full SHA for 2c10e87
src/pip/_internal/resolution/resolvelib/provider.py
@@ -71,7 +71,7 @@ def get_preference(
71
identifier: str,
72
resolutions: Mapping[str, Candidate],
73
candidates: Mapping[str, Iterator[Candidate]],
74
- information: Mapping[str, Iterator["PreferenceInformation"]],
+ information: Mapping[str, Iterable["PreferenceInformation"]],
75
backtrack_causes: Sequence["RequirementInformation"],
76
) -> "Preference":
77
"""Produce a sort key for given requirement based on preference.
0 commit comments