Skip to content

Commit 494b1e2

Browse files
committed
Fix mock_tools import
1 parent ddc8787 commit 494b1e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_agent.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import pytest
2-
from livekit.agents import AgentSession, llm
3-
from livekit.agents.voice.run_result import mock_tools
2+
from livekit.agents import AgentSession, llm, mock_tools
43
from livekit.plugins import openai
54

65
from agent import Assistant

0 commit comments

Comments
 (0)