Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhighcock committed Aug 8, 2023
1 parent 6a522b5 commit de3ab2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tariochbctools/importers/transferwise/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def extract(self, file, existing_entries):
accountCcy = account["currency"]
if isinstance(baseAccount, dict):
account_name = baseAccount[accountCcy]
else:
else:
account_name = baseAccount + accountCcy
transactions = self._get_statement(
currency=accountCcy,
Expand Down

0 comments on commit de3ab2e

Please sign in to comment.