test(transfer): satisfy changed-file pylint

This commit is contained in:
jxxghp
2026-09-02 13:36:09 +08:00
parent 0f1627876e
commit 075f51bc15
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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