style: 格式化代码
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
|
||||
asyncio.run(main())
|
||||
"""
|
||||
|
||||
from datetime import datetime
|
||||
from typing import List, Dict, Any, Optional
|
||||
|
||||
@@ -176,4 +177,4 @@ async def ensure_monthly_plans(target_month: Optional[str] = None) -> bool:
|
||||
|
||||
async def archive_monthly_plans(target_month: Optional[str] = None) -> bool:
|
||||
"""(异步) 归档指定月份的月度计划的便捷函数"""
|
||||
return await ScheduleAPI.archive_monthly_plans(target_month)
|
||||
return await ScheduleAPI.archive_monthly_plans(target_month)
|
||||
|
||||
Reference in New Issue
Block a user