Skip to content

Commit d763996

Browse files
committed
Fix lint
1 parent 1ea33f0 commit d763996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
from typing_extensions import TypeVar
1010

11+
from ._run_impl import QueueCompleteSentinel
1112
from .agent_output import AgentOutputSchema
1213
from .exceptions import InputGuardrailTripwireTriggered, MaxTurnsExceeded
1314
from .guardrail import FactCheckingGuardrailResult, InputGuardrailResult, OutputGuardrailResult
@@ -16,7 +17,6 @@
1617
from .stream_events import StreamEvent
1718
from .tracing import Trace
1819
from .util._pretty_print import pretty_print_result, pretty_print_run_result_streaming
19-
from ._run_impl import QueueCompleteSentinel
2020

2121
if TYPE_CHECKING:
2222
from .agent import Agent

0 commit comments

Comments
 (0)