style(cli): fix closing paren indentation in cmd_batch

Whitespace-only ruff format alignment, no functional change.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
test-user
2026-05-17 13:58:35 -07:00
parent 0e04c4d388
commit 578e229713
+1 -1
View File
@@ -677,7 +677,7 @@ def cmd_batch(
seed=seed,
hf_token=hf_token,
humanize=humanize,
)
)
processed += 1
except Exception as e: