mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-09 09:26:55 +08:00
test(transfer): satisfy changed-file pylint
This commit is contained in:
@@ -25,7 +25,7 @@ from app.application.transfer.workflow import (
|
||||
TransferPlanningInput,
|
||||
TransferTask,
|
||||
)
|
||||
from app.chain.transfer import TransferChain
|
||||
from app.chain.transfer import TransferChain # pylint: disable=no-name-in-module
|
||||
from app.schemas.file import FileItem
|
||||
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ from app.application.transfer.workflow import (
|
||||
TransferQueue,
|
||||
TransferTask,
|
||||
)
|
||||
from app.chain.transfer import TransferChain
|
||||
from app.chain.transfer import TransferChain # pylint: disable=no-name-in-module
|
||||
from app.foundation.singleton import Singleton
|
||||
from app.runtime.config import global_vars
|
||||
from app.schemas.file import FileItem
|
||||
|
||||
Reference in New Issue
Block a user