Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f2606e

Browse files
committed
Add graphviz as a dependency and update import statements
1 parent 59aed34 commit 2f2606e

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

src/agents/extensions/visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import Optional
22

3-
import graphviz
3+
import graphviz # type: ignore
44

55
from agents import Agent
66
from agents.handoffs import Handoff

tests/test_visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from unittest.mock import Mock
22

3-
import graphviz
3+
import graphviz # type: ignore
44
import pytest
55

66
from agents import Agent

uv.lock

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)