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

Remove an obsolete comment

上级 f6b5b405
......@@ -57,9 +57,6 @@ class ExplicitRequirement(Requirement):
def is_satisfied_by(self, candidate):
# type: (Candidate) -> bool
# TODO: Typing - Candidate doesn't have a link attribute
# But I think the following would be better...
# return candidate.link == self.candidate.link
return candidate == self.candidate
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册