Skip to content

Commit d7055f2

Browse files
fix: remove unused Agent import (F401)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ed3d29c commit d7055f2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/processor/src/libs/agent_framework/groupchat_orchestrator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
from typing import Any, Awaitable, Callable, Generic, Mapping, TypeVar
2323

2424
from agent_framework import (
25-
Agent,
2625
AgentResponseUpdate,
2726
Executor,
2827
Message,

0 commit comments

Comments
 (0)