diff options
| -rw-r--r-- | python/report_ops/custodians.py | 4 |
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 |
