Spaces:
Running
Running
FabrizioSandri commited on
Commit ·
dd4d75e
1
Parent(s): 74ef555
ruff format
Browse files
src/fastmcp/server/openapi.py
CHANGED
|
@@ -368,7 +368,7 @@ class OpenAPITool(Tool):
|
|
| 368 |
|
| 369 |
# Handle deepObject style for object parameters
|
| 370 |
if (
|
| 371 |
-
param_style == "deepObject"
|
| 372 |
and isinstance(param_value, dict)
|
| 373 |
and len(param_value) > 0
|
| 374 |
):
|
|
|
|
| 368 |
|
| 369 |
# Handle deepObject style for object parameters
|
| 370 |
if (
|
| 371 |
+
param_style == "deepObject"
|
| 372 |
and isinstance(param_value, dict)
|
| 373 |
and len(param_value) > 0
|
| 374 |
):
|