Compare commits

..

2 Commits

Author SHA1 Message Date
mula.liu 883a1a2f1b Merge branch 'main' of http://git.unissense.tech/mula/imetting 2026-01-30 08:55:12 +08:00
mula.liu c72e9b2288 fix bugs 2026-01-30 08:52:50 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import json
import dashscope
from http import HTTPStatus
from typing import Optional, Dict, List, Generator
from typing import Optional, Dict, List, Generator, Any
import app.core.config as config_module
from app.core.database import get_db_connection
from app.services.system_config_service import SystemConfigService