Skip to content

Commit 04180cb

Browse files
committed
Lint
1 parent 9f3db53 commit 04180cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/contrib/openai_agents/test_openai.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1967,7 +1967,7 @@ async def test_code_interpreter_tool(client: Client):
19671967
model_params=ModelActivityParameters(
19681968
start_to_close_timeout=timedelta(seconds=60)
19691969
),
1970-
model_provider=TestModelProvider(CodeInterpreterModel())
1970+
model_provider=TestModelProvider(CodeInterpreterModel()),
19711971
)
19721972
]
19731973
client = Client(**new_config)
@@ -2062,7 +2062,7 @@ async def test_hosted_mcp_tool(client: Client):
20622062
model_params=ModelActivityParameters(
20632063
start_to_close_timeout=timedelta(seconds=120)
20642064
),
2065-
model_provider=TestModelProvider(HostedMCPModel())
2065+
model_provider=TestModelProvider(HostedMCPModel()),
20662066
)
20672067
]
20682068
client = Client(**new_config)

0 commit comments

Comments
 (0)