diff options
Diffstat (limited to 'python/report_ops/__main__.py')
| -rw-r--r-- | python/report_ops/__main__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/report_ops/__main__.py b/python/report_ops/__main__.py index d918db5a..4f0f53ea 100644 --- a/python/report_ops/__main__.py +++ b/python/report_ops/__main__.py @@ -1,5 +1,4 @@ from serenitas.analytics.dates import prev_business_day -from serenitas.utils.exchange import ExchangeMessage from serenitas.utils.db import dbconn import logging import argparse @@ -98,7 +97,6 @@ if args.wire_reports: logger.info(e) if args.send_to_custodians: - em = ExchangeMessage() for account in ( "BBH", "UMB", |
