From 65546703cbd768b411972cc06e42116aea059a5a Mon Sep 17 00:00:00 2001 From: Dmitry Pimenov Date: Wed, 12 Mar 2025 17:28:44 -0700 Subject: [PATCH] fixing lint issues --- examples/basic/hello_world_jupyter.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/basic/hello_world_jupyter.py b/examples/basic/hello_world_jupyter.py index 6b0f275..5c1e302 100644 --- a/examples/basic/hello_world_jupyter.py +++ b/examples/basic/hello_world_jupyter.py @@ -3,9 +3,9 @@ from agents import Agent, Runner agent = Agent(name="Assistant", instructions="You are a helpful assistant") # Intended for Jupyter notebooks where there's an existing event loop -result = await Runner.run(agent, "Write a haiku about recursion in programming.") +result = await Runner.run(agent, "Write a haiku about recursion in programming.") # noqa: F704 print(result.final_output) -# Code within code loops, -# Infinite mirrors reflect— +# Code within code loops, +# Infinite mirrors reflect— # Logic folds on self.