diff options
Diffstat (limited to 'python/analytics')
| -rw-r--r-- | python/analytics/index.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/analytics/index.py b/python/analytics/index.py index 5cdbabfe..789bf692 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 get_curve, rate_helpers +from yieldcurve import get_curve, rate_helpers, YC, ql_to_jp from weakref import WeakSet _engine = dbengine('serenitasdb') |
