Run uv run ruff format

This commit is contained in:
Arnaud Gelas
2024-12-15 09:59:16 +01:00
committed by Devin AI
parent 2433819c4f
commit 12245d66a7
6 changed files with 25 additions and 15 deletions

View File

@@ -373,7 +373,9 @@ class Task(BaseModel):
content = (
json_output
if json_output
else pydantic_output.model_dump_json() if pydantic_output else result
else pydantic_output.model_dump_json()
if pydantic_output
else result
)
self._save_file(content)