From 91c5c1e0a7a96bfee2bd96825408f3adef1f4bdd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Feb 2026 17:08:10 +0000 Subject: [PATCH] format: auto-format code [skip ci] --- tensors/cli.py | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/tensors/cli.py b/tensors/cli.py index a54688a..5f390f4 100644 --- a/tensors/cli.py +++ b/tensors/cli.py @@ -1208,13 +1208,15 @@ def comfy_generate( elif not json_output: console.print(f"[yellow]Could not download image: {img_path}[/yellow]") - all_results.append({ - "success": True, - "index": i, - "prompt_id": result.prompt_id, - "images": [str(img) for img in result.images], - "saved": str(saved_path) if saved_path else None, - }) + all_results.append( + { + "success": True, + "index": i, + "prompt_id": result.prompt_id, + "images": [str(img) for img in result.images], + "saved": str(saved_path) if saved_path else None, + } + ) if json_output: console.print_json(