summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanglewood <85772166+deeleeramone@users.noreply.github.com>2024-07-02 09:19:02 -0700
committerDanglewood <85772166+deeleeramone@users.noreply.github.com>2024-07-02 09:19:02 -0700
commitc8fd02c5a8d43acc9c7d9fcff196e234f8e51ddc (patch)
treef6015119b17389f5c52b232129f242dc433e5497
parent1de134c25fc18b547811b95086bb52449aa2193a (diff)
merge cleanup
-rw-r--r--openbb_platform/providers/cboe/openbb_cboe/models/futures_curve.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbb_platform/providers/cboe/openbb_cboe/models/futures_curve.py b/openbb_platform/providers/cboe/openbb_cboe/models/futures_curve.py
index b10af1b536d..af605c21d83 100644
--- a/openbb_platform/providers/cboe/openbb_cboe/models/futures_curve.py
+++ b/openbb_platform/providers/cboe/openbb_cboe/models/futures_curve.py
@@ -2,9 +2,8 @@
# pylint: disable=unused-argument
-from typing import Any, Dict, List, Optional
+from typing import Any, Dict, List, Literal, Optional
-from openbb_core.app.model.abstract.error import OpenBBError
from openbb_core.provider.abstract.fetcher import Fetcher
from openbb_core.provider.standard_models.futures_curve import (
FuturesCurveData,