fixed precommit check

This commit is contained in:
Roland Huß 2025-04-25 15:40:30 +02:00
parent 8f701a831d
commit 74bacbe77b
No known key found for this signature in database
GPG key ID: 81D53EB87CDFBC34

View file

@ -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 <TAB> to see options): ",
"> Enter the image type you want your Llama Stack to be built as (use <TAB> to see options): ",
completer=WordCompleter([e.value for e in ImageType]),
complete_while_typing=True,
validator=Validator.from_callable(