Skip to content

Commit 280a2c8

Browse files
committed
Fix circular import
1 parent e6071a4 commit 280a2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen/graph_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import logging
22
from typing import Dict, List
33

4-
from autogen.agentchat.groupchat import Agent
4+
from autogen.agentchat import Agent
55

66

77
def has_self_loops(allowed_speaker_transitions: Dict) -> bool:

0 commit comments

Comments
 (0)