From 67fc28735a98395f6946ed13ff7dcd093e35478e Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 03 七月 2024 10:47:56 +0800 Subject: [PATCH] 删除非必要的print --- test/test_asyncio.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_asyncio.py b/test/test_asyncio.py index b267d8c..3446b7b 100644 --- a/test/test_asyncio.py +++ b/test/test_asyncio.py @@ -3,9 +3,9 @@ async def coroutine_function(): - print("Start coroutine function") + # print("Start coroutine function") time.sleep(1) - print("Coroutine function completed") + # print("Coroutine function completed") async def main(): -- Gitblit v1.8.0