mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-26 05:48:40 +00:00
community: Bump ruff version to 0.9 (#29206)
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
committed by
GitHub
parent
30f6c9f5c8
commit
723031d548
@@ -576,8 +576,7 @@ class APIOperation(BaseModel):
|
||||
prop_type = f"{{\n{nested_props}\n{' ' * indent}}}"
|
||||
|
||||
formatted_props.append(
|
||||
f"{prop_desc}\n{' ' * indent}{prop_name}"
|
||||
f"{prop_required}: {prop_type},"
|
||||
f"{prop_desc}\n{' ' * indent}{prop_name}{prop_required}: {prop_type},"
|
||||
)
|
||||
|
||||
return "\n".join(formatted_props)
|
||||
|
Reference in New Issue
Block a user