aboutsummaryrefslogtreecommitdiffstats
path: root/python/collateral/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/collateral/common.py')
-rw-r--r--python/collateral/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/collateral/common.py b/python/collateral/common.py
index 96f673c2..f11b4ed9 100644
--- a/python/collateral/common.py
+++ b/python/collateral/common.py
@@ -83,7 +83,7 @@ def get_bilateral_trades(d: datetime.date, fund: str, engine: Engine) -> pd.Data
def send_email(d: datetime.date, df: pd.DataFrame) -> None:
- from exchange import ExchangeMessage
+ from serenitas.utils.exchange import ExchangeMessage
pd.set_option("display.float_format", "{:.2f}".format)
df = df.drop("date", axis=1).set_index("broker")