Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
phoughton committed Aug 12, 2024
1 parent 1cf5b3f commit a9b4395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/camt053_to_excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def parse_element(element, parent_name=''):
data_dict.update(parse_element(child, child_name))
else:
data_dict[child_name] = child.text

modified_dict = {modify_key(k): v for k, v in data_dict.items()}

return modified_dict
Expand Down

0 comments on commit a9b4395

Please sign in to comment.