summaryrefslogtreecommitdiffstats
path: root/openbb_platform/providers/cboe/openbb_cboe/utils/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/providers/cboe/openbb_cboe/utils/helpers.py')
-rw-r--r--openbb_platform/providers/cboe/openbb_cboe/utils/helpers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbb_platform/providers/cboe/openbb_cboe/utils/helpers.py b/openbb_platform/providers/cboe/openbb_cboe/utils/helpers.py
index e49361b1549..83464f36511 100644
--- a/openbb_platform/providers/cboe/openbb_cboe/utils/helpers.py
+++ b/openbb_platform/providers/cboe/openbb_cboe/utils/helpers.py
@@ -92,6 +92,7 @@ async def response_callback(response: ClientResponse, _: Any):
async def get_cboe_data(url, use_cache: bool = True, **kwargs) -> Any:
"""Use the generic Cboe HTTP request."""
+ data: Any = None
if use_cache is True:
async with CachedSession(cache=backend) as cached_session:
try: