def example(y): return [x async for x in await y] async def example_correct(y): return [x async for x in await y]