From 74bacbe77b6054d73c9903c3073264b05b40aaad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Hu=C3=9F?= Date: Fri, 25 Apr 2025 15:40:30 +0200 Subject: [PATCH] fixed precommit check --- llama_stack/cli/stack/_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/cli/stack/_build.py b/llama_stack/cli/stack/_build.py index 5d1247049..2787a93d5 100644 --- a/llama_stack/cli/stack/_build.py +++ b/llama_stack/cli/stack/_build.py @@ -136,7 +136,7 @@ def run_stack_build_command(args: argparse.Namespace) -> None: ) image_type = prompt( - f"> Enter the image type you want your Llama Stack to be built as (use to see options): ", + "> Enter the image type you want your Llama Stack to be built as (use to see options): ", completer=WordCompleter([e.value for e in ImageType]), complete_while_typing=True, validator=Validator.from_callable(