diff --git a/tests/data/preview/async_stmts.py b/tests/data/preview/async_stmts.py index fe9594b2164..3d85e98b729 100644 --- a/tests/data/preview/async_stmts.py +++ b/tests/data/preview/async_stmts.py @@ -22,6 +22,5 @@ async def func() -> int: async def func() -> int: return 0 - async for item in async_iter: pass