aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops/cash.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops/cash.py')
-rw-r--r--python/report_ops/cash.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/report_ops/cash.py b/python/report_ops/cash.py
index 52189bbd..4dc69354 100644
--- a/python/report_ops/cash.py
+++ b/python/report_ops/cash.py
@@ -75,7 +75,6 @@ class NTCashReport(CashReport, custodian="NT"):
class UMBCashReport(CashReport, custodian="UMB"):
def __iter__(self):
- breakpoint()
df = pd.read_excel(self.get_report(), skiprows=3)
df = df.groupby(
["Portfolio #", "Currency", "Portfolio Name"], as_index=False