aboutsummaryrefslogtreecommitdiffstats
path: root/python/citco_ops
diff options
context:
space:
mode:
Diffstat (limited to 'python/citco_ops')
-rw-r--r--python/citco_ops/bowdst.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/citco_ops/bowdst.py b/python/citco_ops/bowdst.py
index 76e88bdf..bd0ea52b 100644
--- a/python/citco_ops/bowdst.py
+++ b/python/citco_ops/bowdst.py
@@ -28,7 +28,7 @@ class Wire(Deal, table_name="custodian_wires", deal_type="custodian_wires"):
class BowdstWire(Wire):
@classmethod
- def from_nexen_line(cls, line: dict, fund: str):
+ def from_nexen_line(cls, line: dict):
return cls(
date=line["Report Run Date"],
entry_date=line["Cash Entry Date"],