aboutsummaryrefslogtreecommitdiff
path: root/utils/sort.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--utils/sort.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/sort.py b/utils/sort.py
index 2e7f15a..ec24f6e 100644
--- a/utils/sort.py
+++ b/utils/sort.py
@@ -115,4 +115,4 @@ def sort_entries(my_entries: List[entry], rule: str) -> None:
sort_by_date(my_entries)
# Sort by amount.
if rule.lower() in ['a', 'amount']:
- sort_by_amount(my_entries) \ No newline at end of file
+ sort_by_amount(my_entries)