chore: 清理后端未使用 import(9 处)
ruff --select F401 --fix 自动修复: - deps.py: user_crud - caption.py: ApiResponse, VolcengineCaptionService - points.py: UTC - tasks.py: json - voice.py: asyncio - main.py: init_db - broll_category.py: Text, ARRAY
This commit is contained in:
@@ -66,7 +66,7 @@ async def list_transactions(
|
||||
- source_type: script / polish / title / tts / voice_clone / video / compose / subtitle_burn / cover_design / wxpay
|
||||
- start_time / end_time: ISO 8601 格式,时间范围最多 30 天
|
||||
"""
|
||||
from datetime import UTC, datetime, timedelta
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
# 解析时间范围
|
||||
parsed_start: datetime | None = None
|
||||
|
||||
Reference in New Issue
Block a user