aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/models.py')
-rw-r--r--ihatemoney/models.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ihatemoney/models.py b/ihatemoney/models.py
index 8dc9b55..7984ab7 100644
--- a/ihatemoney/models.py
+++ b/ihatemoney/models.py
@@ -168,8 +168,7 @@ class Project(db.Model):
"""Return a list of transactions that could be made to settle the bill"""
def prettify(transactions, pretty_output):
- """ Return pretty transactions
- """
+ """Return pretty transactions"""
if not pretty_output:
return transactions
pretty_transactions = []