aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops')
-rw-r--r--python/report_ops/utils.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/python/report_ops/utils.py b/python/report_ops/utils.py
index 962efcc5..703204dc 100644
--- a/python/report_ops/utils.py
+++ b/python/report_ops/utils.py
@@ -417,16 +417,3 @@ class CitcoMonitor(
for line in cls._staging_queue:
if "TID NOT FOUND" in line[3]:
return True
-
-
-@dataclass
-class EmailOps:
- _em = ExchangeMessage()
-
- @classmethod
- def email_boston(cls, date):
- cls._em.send_email(
- f"Missing Cash Balance for Scotia {date}",
- f"Please provide cash balance for Scotia for {date} in Blotter.\n\nThanks!",
- to_recipients=_recipients["NYOPS"],
- )