We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf71d4 commit a0e4eb6Copy full SHA for a0e4eb6
src/pip/_internal/resolution/resolvelib/factory.py
@@ -187,6 +187,7 @@ def make_requirement_from_install_req(self, ireq):
187
return SpecifierRequirement(ireq, factory=self)
188
189
def make_requirement_from_candidate(self, candidate):
190
+ # type: (Candidate) -> ExplicitRequirement
191
return ExplicitRequirement(candidate)
192
193
def make_requirement_from_spec(self, specifier, comes_from):
0 commit comments