We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c055e commit 0f92dd6Copy full SHA for 0f92dd6
1 file changed
tests/unittests/test_runners.py
@@ -23,6 +23,7 @@
23
from google.adk.agents.base_agent import BaseAgent
24
from google.adk.agents.context_cache_config import ContextCacheConfig
25
from google.adk.agents.invocation_context import InvocationContext
26
+from google.adk.agents.live_request_queue import LiveRequestQueue
27
from google.adk.agents.llm_agent import LlmAgent
28
from google.adk.agents.run_config import RunConfig
29
from google.adk.apps.app import App
@@ -342,8 +343,6 @@ async def test_run_live_auto_create_session():
342
343
)
344
345
# An empty LiveRequestQueue is sufficient for our mock agent.
- from google.adk.agents.live_request_queue import LiveRequestQueue
346
-
347
live_queue = LiveRequestQueue()
348
349
agen = runner.run_live(
0 commit comments