ruff格式化

This commit is contained in:
HYY
2025-03-14 18:11:16 +08:00
parent 2d59114ce1
commit 321dfe4f56
2 changed files with 24 additions and 27 deletions

View File

@@ -1,3 +1,4 @@
import asyncio
from .remote import main
asyncio.run(main())
asyncio.run(main())