Remove redundant line of code

This commit is contained in:
Mark Veidemanis 2023-04-18 09:03:22 +01:00
parent 495039e6a0
commit f096a8e839
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 0 additions and 1 deletions

View File

@ -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)