aboutsummaryrefslogtreecommitdiff
path: root/utils/sort.py
diff options
context:
space:
mode:
authorAdrián Oliva <adrian.oliva@cimat.mx>2023-05-07 17:50:47 -0600
committerAdrián Oliva <adrian.oliva@cimat.mx>2023-05-07 17:50:47 -0600
commit3809d99e78466142c4dd8247e40f0826f436e8b6 (patch)
tree5deadd94b1b0ae16b0d6c154d4a4cc8bf07612c6 /utils/sort.py
parent4b2d8bcd3491ca2bb51f85e7923e2f4c79333432 (diff)
downloadLedger.py-3809d99e78466142c4dd8247e40f0826f436e8b6.tar.gz
Ledger.py-3809d99e78466142c4dd8247e40f0826f436e8b6.zip
Just added a new line at the EOF.
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)