提交 d79aacc6 编写于 作者: P Paul Moore

Forgot to run lint before pushing again :-(

上级 bd0f7fe3
......@@ -71,7 +71,10 @@ class LinkCandidate(Candidate):
self.link = link
self._preparer = preparer
self._ireq = make_install_req_from_link(link, parent)
self._make_install_req = lambda spec: make_install_req(spec, self._ireq)
self._make_install_req = lambda spec: make_install_req(
spec,
self._ireq
)
self._name = None # type: Optional[str]
self._version = None # type: Optional[_BaseVersion]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册