summaryrefslogtreecommitdiffstats
path: root/openbb_platform/providers/tmx/openbb_tmx/utils/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/providers/tmx/openbb_tmx/utils/helpers.py')
-rw-r--r--openbb_platform/providers/tmx/openbb_tmx/utils/helpers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbb_platform/providers/tmx/openbb_tmx/utils/helpers.py b/openbb_platform/providers/tmx/openbb_tmx/utils/helpers.py
index 2ed84d0abb0..04e769c8b4c 100644
--- a/openbb_platform/providers/tmx/openbb_tmx/utils/helpers.py
+++ b/openbb_platform/providers/tmx/openbb_tmx/utils/helpers.py
@@ -281,6 +281,7 @@ async def get_data_from_url(
**kwargs: Any,
) -> Any:
"""Make an asynchronous HTTP request to a static file."""
+ data: Any = None
if use_cache is True:
async with CachedSession(cache=backend) as cached_session:
try: