Remove redundant line of code

master
Mark Veidemanis 1 year ago
parent 495039e6a0
commit f096a8e839
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -144,7 +144,6 @@ class NordigenClient(BaseClient, AggregatorClient):
sort_code = "-".join(list(map("".join, zip(*[iter(sort_code)] * 2))))
parsed["sort_code"] = sort_code
parsed["number"] = account_number
parsed["recipient"] = "TODO"
# Let's add the account ID so we can reference it later
parsed["account_id"] = account_id
parsed["aggregator_id"] = str(self.instance.id)

Loading…
Cancel
Save