Remove stale comment.
This commit is contained in:
parent
addabd5190
commit
9091c9c1de
|
@ -179,7 +179,6 @@ class Future(object):
|
|||
"""))
|
||||
else:
|
||||
# Py2-compatible version for use with cython.
|
||||
# Late import of gen.Return to avoid cycles.
|
||||
def __await__(self):
|
||||
result = yield self
|
||||
# StopIteration doesn't take args before py33,
|
||||
|
|
Loading…
Reference in New Issue