Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Nov 7, 2023
1 parent f97a7c7 commit 721e36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finalynx/fetch/source_finary.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def _process_account(self, dict_account: Dict[str, Any], tree: Tree) -> None:
node = tree.add(account_name)

for item in dict_account["fiats"]:
subtype=dict_account["bank_account_type"]["subtype"]
subtype = dict_account["bank_account_type"]["subtype"]
if subtype == "credit":
amount = -item["display_current_value"]
else:
Expand Down

0 comments on commit 721e36a

Please sign in to comment.