aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops/utils.py')
-rw-r--r--python/report_ops/utils.py16
1 files changed, 6 insertions, 10 deletions
diff --git a/python/report_ops/utils.py b/python/report_ops/utils.py
index 015f3e07..c713e2c7 100644
--- a/python/report_ops/utils.py
+++ b/python/report_ops/utils.py
@@ -1,17 +1,13 @@
-from collections import defaultdict
-from dataclasses import field, dataclass
-import logging
-from typing import Literal, ClassVar
import datetime
-import csv
-from serenitas.ops.trade_dataclasses import Deal
-from serenitas.utils.exchange import ExchangeMessage, FileAttachment
-from serenitas.utils.remote import SftpClient
from exchangelib import HTMLBody
from tabulate import tabulate
-from serenitas.analytics.dates import next_business_day
import math
-import re
+import logging
+from dataclasses import dataclass
+
+from serenitas.utils.exchange import ExchangeMessage, FileAttachment
+from serenitas.analytics.dates import next_business_day
+
from .misc import (
_recipients,
_cc_recipients,