fix tests/test_agent_config.py

This commit is contained in:
María Sanz Gómez 2025-04-09 15:42:26 +02:00
parent e8e05e9e5a
commit ef64c7a1e4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import pytest
from pydantic import BaseModel
from agents import Agent, Handoff, RunContextWrapper, Runner, handoff
from cai.sdk.agents import Agent, Handoff, RunContextWrapper, Runner, handoff
@pytest.mark.asyncio