mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 05:24:18 +02:00
ruff format
This commit is contained in:
parent
59516e4b65
commit
2fb7d15894
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue