Skip to content

Commit d84608d

Browse files
committed
revert whitespace change
1 parent 70186a5 commit d84608d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pydantic_ai_slim/pydantic_ai/_output.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,11 +1075,7 @@ async def get_tools(self, ctx: RunContext[AgentDepsT]) -> dict[str, ToolsetTool[
10751075
}
10761076

10771077
async def call_tool(
1078-
self,
1079-
name: str,
1080-
tool_args: dict[str, Any],
1081-
ctx: RunContext[AgentDepsT],
1082-
tool: ToolsetTool[AgentDepsT],
1078+
self, name: str, tool_args: dict[str, Any], ctx: RunContext[AgentDepsT], tool: ToolsetTool[AgentDepsT]
10831079
) -> Any:
10841080
output = await self.processors[name].call(tool_args, ctx, wrap_validation_errors=False)
10851081
for validator in self.output_validators:

0 commit comments

Comments
 (0)