diff --git a/src/async_examples/main.py b/src/async_examples/main.py index cc290dc..5fe2c33 100644 --- a/src/async_examples/main.py +++ b/src/async_examples/main.py @@ -1,6 +1,6 @@ from asyncio import sleep + async def hello_world(): print("Hello") - await sleep(0.002) - return "World" \ No newline at end of file + return "World"