fix(classic): fix flake8 line too long

This commit is contained in:
Nick Tindle
2026-02-12 15:50:15 -06:00
parent 711f0da63c
commit 1480183c47

View File

@@ -57,7 +57,10 @@ def cli():
"--models",
"-m",
default=None,
help=f"Comma-separated model presets. Auto-detects from API keys if not specified. Available: {', '.join(MODEL_PRESETS.keys())}",
help=(
"Comma-separated model presets. Auto-detects from API keys if not specified. "
f"Available: {', '.join(MODEL_PRESETS.keys())}"
),
)
@click.option(
"--categories",