aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops')
-rw-r--r--python/report_ops/custodians.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/report_ops/custodians.py b/python/report_ops/custodians.py
index a82f2b15..dd0832c6 100644
--- a/python/report_ops/custodians.py
+++ b/python/report_ops/custodians.py
@@ -144,7 +144,3 @@ class BNY(Custodian, account="BONY2"):
p.parent.mkdir(parents=True, exist_ok=True)
if not p.exists():
p.write_bytes(attach.content)
-
-
-class BBH(Custodian, account="BBH"):
- pass