Skip to content

Commit 4cdb383

Browse files
Testcases
1 parent cbcad96 commit 4cdb383

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/backend/tests/agents/test_group_chat_manager.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import os
66
import sys
7-
from unittest.mock import AsyncMock, patch, MagicMock, call
7+
from unittest.mock import AsyncMock, patch, MagicMock
88
import pytest
99

1010
# Set mock environment variables for Azure and CosmosDB before importing anything else
@@ -25,10 +25,8 @@
2525
Step,
2626
StepStatus,
2727
BAgentType,
28-
Plan,
29-
ActionRequest,
3028
)
31-
from autogen_core.base import MessageContext, AgentInstantiationContext, AgentRuntime
29+
from autogen_core.base import AgentInstantiationContext, AgentRuntime
3230
from autogen_core.components.models import AzureOpenAIChatCompletionClient
3331
from src.backend.context.cosmos_memory import CosmosBufferedChatCompletionContext
3432
from autogen_core.base import AgentId

0 commit comments

Comments
 (0)