style: ruff format cli.py (#1244)

CI requires ruff format --check on the whole touched file. Pre-existing drift, no logic change.
This commit is contained in:
igorls
2026-05-02 22:58:45 -03:00
parent cbd6e5d65d
commit 4b0fc44451
+1 -2
View File
@@ -310,8 +310,7 @@ def cmd_init(args):
) )
except LLMError as e: except LLMError as e:
print( print(
f" LLM init failed ({e}). " f" LLM init failed ({e}). Running heuristics-only — pass --no-llm to silence this."
f"Running heuristics-only — pass --no-llm to silence this."
) )
# Pass 0: detect whether the corpus is AI-dialogue. Writes # Pass 0: detect whether the corpus is AI-dialogue. Writes