Skip to content

Commit 6554670

Browse files
committed
fixing lint issues
1 parent 536d782 commit 6554670

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/basic/hello_world_jupyter.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
agent = Agent(name="Assistant", instructions="You are a helpful assistant")
44

55
# Intended for Jupyter notebooks where there's an existing event loop
6-
result = await Runner.run(agent, "Write a haiku about recursion in programming.")
6+
result = await Runner.run(agent, "Write a haiku about recursion in programming.") # noqa: F704
77
print(result.final_output)
88

9-
# Code within code loops,
10-
# Infinite mirrors reflect—
9+
# Code within code loops,
10+
# Infinite mirrors reflect—
1111
# Logic folds on self.

0 commit comments

Comments
 (0)