Skip to content

Commit 783db8d

Browse files
committed
fix: remove unused import of RunImpl in AgentRunner
1 parent 5bfd3fd commit 783db8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/agents/run.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2381,8 +2381,6 @@ async def _start_streaming(
23812381
# Get the last model response
23822382
last_model_response = run_state._model_responses[-1]
23832383

2384-
from ._run_impl import RunImpl
2385-
23862384
turn_result = await RunImpl.resolve_interrupted_turn(
23872385
agent=current_agent,
23882386
original_input=run_state._original_input,

0 commit comments

Comments
 (0)