fix: satisfy pylint changed-file gate

This commit is contained in:
jxxghp
2026-08-22 22:39:42 +08:00
parent 16f7d65640
commit 3a43b1be3e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ from sqlalchemy.orm import sessionmaker
from app import schemas
from app.chain import mediaserver as MEDIA_SERVER_CHAIN_MODULE
from app.chain.mediaserver import MediaServerChain
from app.db import Base
from app.db.base import Base
from app.db.oper.mediaserver import MediaServerOper
from app.db.models.mediaserver import MediaServerItem
from app.runtime.config import global_vars