Skip to content

Commit

Permalink
avoid circular import (#3276)
Browse files Browse the repository at this point in the history
Co-authored-by: gongwn1 <[email protected]>
Co-authored-by: Li Jiang <[email protected]>
  • Loading branch information
3 people authored and victordibia committed Aug 28, 2024
1 parent 00ae72d commit 0a974cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autogen/coding/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

from pydantic import BaseModel, Field

from ..agentchat.agent import LLMAgent
from ..types import UserMessageImageContentPart, UserMessageTextContentPart

__all__ = ("CodeBlock", "CodeResult", "CodeExtractor", "CodeExecutor", "CodeExecutionConfig")
Expand Down

0 comments on commit 0a974cd

Please sign in to comment.