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:
+1
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user