refactor: 清理冗余代码和过时配置

This commit is contained in:
2026-06-14 12:56:02 +08:00
parent 90fe705e8f
commit 8f13c31991
8 changed files with 4 additions and 220 deletions
+4 -2
View File
@@ -7,11 +7,13 @@ import json
import pytest
from pydantic import ValidationError
from app.services.pi_client import (
from app.services.summary_utils import (
JsonNotFoundError,
extract_json as _extract_json,
)
from app.services.pi_client import (
PiProcessError,
PiTimeoutError,
extract_json as _extract_json,
)
from app.services.pdf_downloader import PdfDownloadError
from app.services.schemas import (