Remove a todo that was a duplicate.

This commit is contained in:
Dave Halter
2017-05-26 13:01:50 -04:00
parent dafffdc9b4
commit bc68266a68

View File

@@ -51,8 +51,6 @@ class TestsFunctionAndLambdaParsing(object):
assert node.is_generator() is expected.get('is_generator', False)
def test_yields(self, node, expected):
# TODO: There's a comment in the code noting that the current
# implementation is incorrect.
assert node.is_generator() == expected.get('yields', False)
def test_annotation(self, node, expected):