From 578e2297138f31b564491168e81fe894cdc22d7e Mon Sep 17 00:00:00 2001 From: test-user Date: Sun, 17 May 2026 13:58:35 -0700 Subject: [PATCH] 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) --- src/remove_ai_watermarks/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remove_ai_watermarks/cli.py b/src/remove_ai_watermarks/cli.py index 494a9f0..979351d 100644 --- a/src/remove_ai_watermarks/cli.py +++ b/src/remove_ai_watermarks/cli.py @@ -677,7 +677,7 @@ def cmd_batch( seed=seed, hf_token=hf_token, humanize=humanize, - ) + ) processed += 1 except Exception as e: