aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops/custodians.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops/custodians.py')
-rw-r--r--python/report_ops/custodians.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/report_ops/custodians.py b/python/report_ops/custodians.py
index 17d79dfb..eab6cb9f 100644
--- a/python/report_ops/custodians.py
+++ b/python/report_ops/custodians.py
@@ -2,9 +2,8 @@ from serenitas.utils.exchange import ExchangeMessage
from serenitas.utils.env import DAILY_DIR
import warnings
import datetime
-from .misc import get_dir, dt_from_fname
+from .misc import get_dir
import gpg
-import datetime
from serenitas.ops.trade_dataclasses import BondDeal
from serenitas.ops.funds import Service
from typing import ClassVar