rename: test_visualization.py
This commit is contained in:
parent
53367be893
commit
39ff00dd9d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import graphviz
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from agents import Agent
|
from agents import Agent
|
||||||
from agents.extensions.visualizations import draw_graph, get_all_edges, get_all_nodes, get_main_graph
|
from agents.extensions.visualization import draw_graph, get_all_edges, get_all_nodes, get_main_graph
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
Loading…
Reference in a new issue