diff options
Diffstat (limited to 'python/risk/tranches.py')
| -rw-r--r-- | python/risk/tranches.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/risk/tranches.py b/python/risk/tranches.py index be09b9d2..18f1b0f5 100644 --- a/python/risk/tranches.py +++ b/python/risk/tranches.py @@ -1,4 +1,4 @@ -from serenitas.analytics import Portfolio, DualCorrTranche +from serenitas.analytics.api import Portfolio, DualCorrTranche import logging logger = logging.getLogger(__name__) |
