aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/process_queue.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/process_queue.py b/python/process_queue.py
index e419b0eb..e4bd38fe 100644
--- a/python/process_queue.py
+++ b/python/process_queue.py
@@ -91,8 +91,6 @@ def process_upload(
) -> None:
key = f"{trade_type}_upload"
for fund, l in groupby(p, key, "fund").items():
- if trade_type == "wire":
- fund = "BOWDST"
buf = StringIO()
csvwriter = csv.writer(buf)
csvwriter.writerow(get_headers(trade_type, fund))