Skip to content

Commit 1ea33f0

Browse files
committed
Fix unit tests
1 parent 4900231 commit 1ea33f0

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
@@ -16,9 +16,9 @@
1616
from .stream_events import StreamEvent
1717
from .tracing import Trace
1818
from .util._pretty_print import pretty_print_result, pretty_print_run_result_streaming
19+
from ._run_impl import QueueCompleteSentinel
1920

2021
if TYPE_CHECKING:
21-
from ._run_impl import QueueCompleteSentinel
2222
from .agent import Agent
2323

2424
T = TypeVar("T")

0 commit comments

Comments
 (0)