aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/report_ops/utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/report_ops/utils.py b/python/report_ops/utils.py
index 033195aa..c4c1561d 100644
--- a/python/report_ops/utils.py
+++ b/python/report_ops/utils.py
@@ -11,7 +11,6 @@ from exchangelib import HTMLBody
from tabulate import tabulate
from functools import lru_cache
from serenitas.analytics.dates import next_business_day
-from decimal import Decimal
import math
import re
from zoneinfo import ZoneInfo
@@ -21,7 +20,6 @@ from .misc import (
_settlement_recipients,
_valuation_recipients,
)
-from tabulate import tabulate
logger = logging.getLogger(__name__)