aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/baml_fcm_fx.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/baml_fcm_fx.py b/python/baml_fcm_fx.py
index 2d332db3..f218625e 100644
--- a/python/baml_fcm_fx.py
+++ b/python/baml_fcm_fx.py
@@ -1,5 +1,4 @@
import datetime
-from report_ops.fcm import BamlFcmNotify
from serenitas.utils.db2 import dbconn
from tabulate import tabulate
from report_ops.misc import _recipients, _cc_recipients
@@ -10,7 +9,6 @@ _fcm_alias = {"V0NSCLMSPT": "6MZ20049"}
def email_fcm(em, d):
- em = ExchangeMessage()
fcm_account = _fcm_alias.get(d["cash_account"], d["cash_account"])
em.send_email(
f"FX Details: {fcm_account} Trade Date: {d['trade_date']}",