mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-23 19:39:58 +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
@@ -460,7 +460,7 @@ class ClickupAPIWrapper(BaseModel):
|
||||
|
||||
if params["attribute_name"] not in task:
|
||||
return {
|
||||
"Error": f"""attribute_name = {params['attribute_name']} was not
|
||||
"Error": f"""attribute_name = {params["attribute_name"]} was not
|
||||
found in task keys {task.keys()}. Please call again with one of the key names."""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user