aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops/__main__.py')
-rw-r--r--python/report_ops/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/__main__.py b/python/report_ops/__main__.py
index da634f74..a5172a24 100644
--- a/python/report_ops/__main__.py
+++ b/python/report_ops/__main__.py
@@ -8,7 +8,7 @@ from .cash import CashReport
from .admin import CitcoReport
from .wires import Wire
from .custodians import upload_to_custodian
-from .utils import notify_payment_settlements, notify_fx_hedge, PaymentMonitor, FxHedge
+from .utils import notify_payment_settlements, notify_fx_hedge
from .misc import _fund_custodians
logger = logging.getLogger(__name__)