Skip to content

Commit 1542f5c

Browse files
committed
Apply ruff formatting
1 parent 11654ed commit 1542f5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pydantic_ai_slim/pydantic_ai/models/openai.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2270,7 +2270,8 @@ def _map_web_search_tool_call(
22702270

22712271
def _map_file_search_tool_call( # pragma: no cover
22722272
# File Search Tool mapping - only called from API-dependent response processing paths
2273-
item: responses.ResponseFileSearchToolCall, provider_name: str
2273+
item: responses.ResponseFileSearchToolCall,
2274+
provider_name: str,
22742275
) -> tuple[BuiltinToolCallPart, BuiltinToolReturnPart]:
22752276
args: dict[str, Any] | None = None
22762277

0 commit comments

Comments
 (0)