ruff format

This commit is contained in:
FabrizioSandri 2025-07-12 10:32:26 +02:00
commit 2fb7d15894

View file

@ -368,7 +368,7 @@ class OpenAPITool(Tool):
# Handle deepObject style for object parameters
if (
param_style == "deepObject"
param_style == "deepObject"
and isinstance(param_value, dict)
and len(param_value) > 0
):