aboutsummaryrefslogtreecommitdiffstats
path: root/python/load_bbh_reports.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/load_bbh_reports.py')
-rw-r--r--python/load_bbh_reports.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/load_bbh_reports.py b/python/load_bbh_reports.py
index 67688a80..06b656f6 100644
--- a/python/load_bbh_reports.py
+++ b/python/load_bbh_reports.py
@@ -1,8 +1,8 @@
import datetime
import pandas as pd
-from env import DAILY_DIR
-from utils.db import dbengine
-from remote import SftpClient
+from serenitas.utils.env import DAILY_DIR
+from serenitas.utils.db import dbengine
+from serenitas.utils.remote import SftpClient
def pnl_report(f):