fix: 移除不必要的配置导入

This commit is contained in:
Akimio521
2024-11-02 14:57:38 +08:00
parent 88e8790678
commit b46ede86fc

View File

@@ -5,7 +5,7 @@ from cachetools import cached, TTLCache
from app import schemas
from app.chain import ChainBase
from app.core.config import global_vars, settings
from app.core.config import global_vars
from app.db.mediaserver_oper import MediaServerOper
from app.helper.service import ServiceConfigHelper
from app.log import logger