Skip to content

Commit c441326

Browse files
committed
Lint
1 parent ce2eb9a commit c441326

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/contrib/openai_agents/test_openai.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2161,7 +2161,9 @@ async def run(self, timeout: timedelta) -> str:
21612161
instructions="Use the tools to read the filesystem and answer questions based on those files.",
21622162
mcp_servers=[server],
21632163
)
2164-
result = await Runner.run(starting_agent=agent, input="Read the files and list them.")
2164+
result = await Runner.run(
2165+
starting_agent=agent, input="Read the files and list them."
2166+
)
21652167
return result.final_output
21662168

21672169

0 commit comments

Comments
 (0)