test: use canonical transfer imports

This commit is contained in:
jxxghp
2026-08-27 13:21:27 +08:00
parent 23bff6b2bb
commit f9fb909c93
4 changed files with 9 additions and 5 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ from types import SimpleNamespace
from app.chain.transfer import JobManager, TransferChain
from app.domain.meta.metabase import MetaBase
from app.runtime.config import settings
from app.schemas import EpisodeFormat, FileItem
from app.schemas.file import FileItem
from app.schemas.transfer import EpisodeFormat
from app.schemas.types import MediaType