From b7792ec1eec65efbb2808ee6784d948d58046c32 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Thu, 24 Jul 2025 13:32:08 -0700 Subject: [PATCH] Update external.py (minor) --- llama_stack/distribution/external.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/llama_stack/distribution/external.py b/llama_stack/distribution/external.py index 0bbb21a53..d98711e97 100644 --- a/llama_stack/distribution/external.py +++ b/llama_stack/distribution/external.py @@ -23,9 +23,6 @@ def load_external_apis(config: StackRunConfig | BuildConfig) -> dict[Api, Extern Returns: A dictionary mapping API names to their specifications """ - if not hasattr(config, "external_apis_dir"): - return {} - if not config.external_apis_dir: return {}