We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536d782 commit 6554670Copy full SHA for 6554670
examples/basic/hello_world_jupyter.py
@@ -3,9 +3,9 @@
3
agent = Agent(name="Assistant", instructions="You are a helpful assistant")
4
5
# Intended for Jupyter notebooks where there's an existing event loop
6
-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
7
print(result.final_output)
8
9
-# Code within code loops,
10
-# Infinite mirrors reflect—
+# Code within code loops,
+# Infinite mirrors reflect—
11
# Logic folds on self.
0 commit comments