Skip to content

Commit a0e4eb6

Browse files
committed
Make mypy happy
1 parent 1bf71d4 commit a0e4eb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def make_requirement_from_install_req(self, ireq):
187187
return SpecifierRequirement(ireq, factory=self)
188188

189189
def make_requirement_from_candidate(self, candidate):
190+
# type: (Candidate) -> ExplicitRequirement
190191
return ExplicitRequirement(candidate)
191192

192193
def make_requirement_from_spec(self, specifier, comes_from):

0 commit comments

Comments
 (0)