Skip to content

Commit 43445be

Browse files
committed
tests(ag-ui): fix duplicate import
Remove duplicate import added by AI refactor of the package name causing failures when the package is not installed.
1 parent 004a1a6 commit 43445be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_ag_ui.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
from pydantic_ai import Agent
1414
from pydantic_ai.models.test import TestModel
15-
from pydantic_ai_ag_ui.adapter import Adapter
1615

1716
has_required_python: bool = sys.version_info >= (3, 10)
1817
has_ag_ui: bool = False

0 commit comments

Comments
 (0)