fix(ci): align architecture and pylint gates

This commit is contained in:
jxxghp
2026-08-22 08:50:25 +08:00
parent 5d9c6c8b19
commit 97d2dcd7fb
19 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from types import SimpleNamespace
from unittest.mock import MagicMock, patch
from app.chain.transfer import TransferChain
from app.schemas import TransferInfo
from app.schemas.transfer import TransferInfo
from app.schemas.types import EventType
from tests.test_transfer_job_manager import FakeMedia, make_task, make_transfer_chain