summaryrefslogtreecommitdiffstats
path: root/openbb_platform/core/openbb_core/provider/registry_map.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/core/openbb_core/provider/registry_map.py')
-rw-r--r--openbb_platform/core/openbb_core/provider/registry_map.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbb_platform/core/openbb_core/provider/registry_map.py b/openbb_platform/core/openbb_core/provider/registry_map.py
index eb4573a0efb..b3463b5da79 100644
--- a/openbb_platform/core/openbb_core/provider/registry_map.py
+++ b/openbb_platform/core/openbb_core/provider/registry_map.py
@@ -110,7 +110,7 @@ class RegistryMap:
fetcher: Fetcher,
model_map: dict,
):
- """Merge json schema extra for different providers"""
+ """Merge json schema extra for different providers."""
model: BaseModel = RegistryMap._get_model(fetcher, "query_params")
std_fields = model_map["openbb"]["QueryParams"]["fields"]
extra_fields = model_map[provider]["QueryParams"]["fields"]
@@ -157,7 +157,6 @@ class RegistryMap:
Field(
default=provider_str,
description="The data provider for the data.",
- exclude=True,
),
)