summaryrefslogtreecommitdiffstats
path: root/openbb_platform/providers/cboe/openbb_cboe/utils/helpers.py
diff options
context:
space:
mode:
authorIgor Radovanovic <74266147+IgorWounds@users.noreply.github.com>2024-05-17 14:48:11 +0200
committerGitHub <noreply@github.com>2024-05-17 14:48:11 +0200
commit4f50cd53d39085c52a16b6e7467c5e4b31640975 (patch)
tree4b04dbfebdfc66b36a9a8308e89f042d1ce2ea6b /openbb_platform/providers/cboe/openbb_cboe/utils/helpers.py
parent719e92216ca141c08a4beb9faaaa82360b533adc (diff)
parente124457829876d2e0a4894c5f28bab2a4897529e (diff)
Merge branch 'develop' into bugfix/update-intrinio-newsbugfix/update-intrinio-news
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: