fix: resolve CI linting and type checking errors
This commit is contained in:
@@ -203,4 +203,4 @@ def list_templates(ctx: click.Context, language: Optional[str]):
|
|||||||
templates = engine.list_available_templates(lang)
|
templates = engine.list_available_templates(lang)
|
||||||
click.echo(f"{lang}:")
|
click.echo(f"{lang}:")
|
||||||
for t in templates:
|
for t in templates:
|
||||||
click.echo(f" - {t}")
|
click.echo(f" - {t}")
|
||||||
Reference in New Issue
Block a user