summaryrefslogtreecommitdiffstats
path: root/openbb_platform/core/openbb_core/provider/standard_models/equity_quote.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/core/openbb_core/provider/standard_models/equity_quote.py')
-rw-r--r--openbb_platform/core/openbb_core/provider/standard_models/equity_quote.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/openbb_platform/core/openbb_core/provider/standard_models/equity_quote.py b/openbb_platform/core/openbb_core/provider/standard_models/equity_quote.py
index 73eabddb9e9..1f22958bfe1 100644
--- a/openbb_platform/core/openbb_core/provider/standard_models/equity_quote.py
+++ b/openbb_platform/core/openbb_core/provider/standard_models/equity_quote.py
@@ -16,10 +16,7 @@ from openbb_core.provider.utils.descriptions import (
class EquityQuoteQueryParams(QueryParams):
"""Equity Quote Query."""
- symbol: str = Field(
- description=QUERY_DESCRIPTIONS.get("symbol", "")
- + " This endpoint will accept multiple symbols separated by commas."
- )
+ symbol: str = Field(description=QUERY_DESCRIPTIONS.get("symbol", ""))
@field_validator("symbol", mode="before", check_fields=False)
@classmethod