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:
小鱼开发
2026-05-14 22:40:01 +08:00
parent 10f83bdf15
commit d4a13ece17
7 changed files with 4 additions and 9 deletions
+1 -1
View File
@@ -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