fixed pyservectl linter errors and formatting

This commit is contained in:
Илья Глазунов
2025-12-04 03:17:21 +03:00
parent 7662a7924a
commit 3b59994fc9
15 changed files with 87 additions and 62 deletions
+2 -2
View File
@@ -364,12 +364,12 @@ def get_template_content(template: str) -> str:
)
@click.pass_context
def init_cmd(
ctx,
ctx: click.Context,
template: str,
output_file: str,
force: bool,
list_templates: bool,
):
) -> None:
"""
Initialize a new pyserve project.