Update external.py (minor)

This commit is contained in:
Ashwin Bharambe 2025-07-24 13:32:08 -07:00 committed by GitHub
parent 67b6f79715
commit b7792ec1ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {}