From 94b737f95018310e35d2e037dfa8a18e607a7960 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Wed, 3 Jun 2026 08:02:08 +0800 Subject: [PATCH] auto-sync: 2026-06-03 08:02:08 --- tests/test_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_router.py b/tests/test_router.py index 7142ed1..cf0089a 100644 --- a/tests/test_router.py +++ b/tests/test_router.py @@ -4,7 +4,7 @@ import pytest from unittest.mock import MagicMock, patch from src.daemon.router import ( - AgentRouter, AgentProfile, LLMDriver, RouteDecision, KNOWN_CAPABILITIES, + AgentRouter, AgentProfile, RouteDecision, KNOWN_CAPABILITIES, )