From 11cc805ec5164745498cfc40589b4e39b6b63074 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Sat, 18 Mar 2023 14:19:41 -0700 Subject: [PATCH] Fix tests --- tests/data/preview/async_stmts.py | 1 - 1 file changed, 1 deletion(-) 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