Commit 8324752d authored by Kostas Chartsias's avatar Kostas Chartsias
Browse files

minor formatting issue

parent 6c009356
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -100,7 +100,9 @@ async def register_app_definition(inp: RegisterAppDefinitionInput) -> dict:
    - imagePath: image or Helm chart URL
    - port: exposed TCP port
    """
    template_path = root_dir / "json_templates" / "app_register_app_definition_request.json"
    template_path = (
        root_dir / "json_templates" / "app_register_app_definition_request.json"
    )
    if not template_path.exists():
        raise FileNotFoundError(f"{template_path} not found")