remove async

This commit is contained in:
Dinesh Yeduguru 2024-11-18 18:02:32 -08:00
parent 41069b4b05
commit edd946a207

View file

@ -183,7 +183,7 @@ async def construct_stack(
return impls return impls
async def get_stack_run_config_from_template(template: str) -> StackRunConfig: def get_stack_run_config_from_template(template: str) -> StackRunConfig:
template_path = pkg_resources.resource_filename( template_path = pkg_resources.resource_filename(
"llama_stack", f"templates/{template}/run.yaml" "llama_stack", f"templates/{template}/run.yaml"
) )