fix(ci): align architecture baseline and test imports

This commit is contained in:
InfinityPacer
2026-08-23 04:40:04 +08:00
parent 373b4d00d5
commit aa65e3ace7
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -4,9 +4,9 @@ from unittest.mock import AsyncMock, MagicMock
import pytest
import app.agent.orchestrator as agent_module
from app.agent import AgentManager
from app.agent.orchestrator import (
AGENT_SESSION_QUEUE_MAX_SIZE,
AgentManager,
AgentManagerQueueFullError,
AgentManagerUnavailableError,
)