diff --git a/tests/test_transfer_pending_replay.py b/tests/test_transfer_pending_replay.py index 46b2662cb..c0888e580 100644 --- a/tests/test_transfer_pending_replay.py +++ b/tests/test_transfer_pending_replay.py @@ -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 diff --git a/tests/test_transfer_worker_lifecycle.py b/tests/test_transfer_worker_lifecycle.py index fc903fd8c..02452172c 100644 --- a/tests/test_transfer_worker_lifecycle.py +++ b/tests/test_transfer_worker_lifecycle.py @@ -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