Skip to content

Commit 3e7217f

Browse files
committed
Lint
1 parent b0e10f0 commit 3e7217f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/contrib/openai_agents/test_openai_tracing.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ def force_flush(self) -> None:
4141
async def test_tracing(client: Client):
4242
new_config = client.config()
4343
new_config["plugins"] = [
44-
openai_agents.OpenAIAgentsPlugin(model_provider=TestModelProvider(TestResearchModel()))
44+
openai_agents.OpenAIAgentsPlugin(
45+
model_provider=TestModelProvider(TestResearchModel())
46+
)
4547
]
4648
client = Client(**new_config)
4749

0 commit comments

Comments
 (0)