Skip to content

Commit 6f54631

Browse files
committed
cleanup
1 parent 0a1f8a1 commit 6f54631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autogen/agentchat/contrib/retrieve_assistant_agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from agentchat.agent import Agent
2-
from agentchat.assistant_agent import AssistantAgent
1+
from autogen.agentchat.agent import Agent
2+
from autogen.agentchat.assistant_agent import AssistantAgent
33
from typing import Dict, Optional, Union, List, Tuple, Any
44

55

0 commit comments

Comments
 (0)