diff options
Diffstat (limited to 'python/report_ops/wires.py')
| -rw-r--r-- | python/report_ops/wires.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/report_ops/wires.py b/python/report_ops/wires.py index 63aca32a..bd00c4c6 100644 --- a/python/report_ops/wires.py +++ b/python/report_ops/wires.py @@ -68,9 +68,6 @@ class Wire(Deal, table_name="custodian_wires", deal_type="custodian_wires"): return p -Wire._registry.clear() - - class BowdstBNYWire(Wire, BNY, fund="BOWDST", custodian="BNY", dtkey="%Y%m%d%H%M%S"): @classmethod def from_report_line(cls, line: dict): |
