import asyncio def example(): await asyncio.sleep(1) async def example_correct(): await asyncio.sleep(1)