aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops/custodians.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops/custodians.py')
-rw-r--r--python/report_ops/custodians.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/report_ops/custodians.py b/python/report_ops/custodians.py
index 59ef7701..7637517b 100644
--- a/python/report_ops/custodians.py
+++ b/python/report_ops/custodians.py
@@ -188,7 +188,6 @@ class BNY(Custodian, account="BONY2"):
date_part, "%Y%m%d%H%M%S"
).date()
case _:
- warnings.warn(f"Unknown report type {file_type}")
continue
p = DAILY_DIR / str(date) / "Reports" / fname
if not p.parent.exists():