diff options
Diffstat (limited to 'python/tests')
| -rw-r--r-- | python/tests/test_dates.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/test_dates.py b/python/tests/test_dates.py index cb14e343..f0e81983 100644 --- a/python/tests/test_dates.py +++ b/python/tests/test_dates.py @@ -2,7 +2,7 @@ import unittest import datetime import pandas as pd -from serenitas.analytics.utils import roll_date, days_accrued +from serenitas.analytics.dates import roll_date, days_accrued from serenitas.analytics.tranche_functions import cds_accrued, credit_schedule from pyisda.date import ( roll_date as roll_date_c, |
