Skip to content

Commit 1f90c94

Browse files
author
Guido van Rossum
committed
Clear unneeded TODOs.
1 parent d9b764f commit 1f90c94

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mypy/nodes.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,9 +1706,6 @@ def accept(self, visitor: NodeVisitor[T]) -> T:
17061706

17071707
class AwaitExpr(Node):
17081708
"""Await expression (await ...)."""
1709-
# TODO: [de]serialize()
1710-
# TODO: arg type must be AsyncIterator[E] or Generator[E, ..., ...] (or Iterator[E]?)
1711-
# and then the return type is E
17121709

17131710
expr = None # type: Node
17141711

0 commit comments

Comments
 (0)