fix: resolve CI linting and type checking errors
Some checks failed
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 06:28:07 +00:00
parent bcfce038ec
commit 2b5f70ee09

View File

@@ -203,4 +203,4 @@ def list_templates(ctx: click.Context, language: Optional[str]):
templates = engine.list_available_templates(lang)
click.echo(f"{lang}:")
for t in templates:
click.echo(f" - {t}")
click.echo(f" - {t}")