aboutsummaryrefslogtreecommitdiffstats
path: root/python/analytics/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/analytics/index.py')
-rw-r--r--python/analytics/index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/analytics/index.py b/python/analytics/index.py
index 70535e6f..5cdbabfe 100644
--- a/python/analytics/index.py
+++ b/python/analytics/index.py
@@ -19,7 +19,7 @@ from pyisda.curve import SpreadCurve
from .utils import previous_twentieth, build_table
from bbg_helpers import BBG_IP, retrieve_data, init_bbg_session
-from yieldcurve import YC, ql_to_jp, roll_yc, rate_helpers
+from yieldcurve import get_curve, rate_helpers
from weakref import WeakSet
_engine = dbengine('serenitasdb')