From 3809d99e78466142c4dd8247e40f0826f436e8b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Sun, 7 May 2023 17:50:47 -0600 Subject: Just added a new line at the EOF. --- utils/sort.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/sort.py') 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) -- cgit v1.2.3