aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/utils.py
diff options
context:
space:
mode:
authorGlandos <bugs-github@antipoul.fr>2020-08-27 22:09:04 +0200
committerGitHub <noreply@github.com>2020-08-27 22:09:04 +0200
commit58e5eca270f5954d56f1cf30609bb94cab212917 (patch)
treedb68c20e056fca744230b01d43ea127b154fa966 /ihatemoney/utils.py
parentd8d4e996315109a7b81b7e72cbf99bdb9912985b (diff)
downloadihatemoney-mirror-58e5eca270f5954d56f1cf30609bb94cab212917.zip
ihatemoney-mirror-58e5eca270f5954d56f1cf30609bb94cab212917.tar.gz
ihatemoney-mirror-58e5eca270f5954d56f1cf30609bb94cab212917.tar.bz2
update to black 20.8b1 (#676)
Some trailing commas were removed because of some black changes.
Diffstat (limited to 'ihatemoney/utils.py')
-rw-r--r--ihatemoney/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/utils.py b/ihatemoney/utils.py
index adced8f..6a6d657 100644
--- a/ihatemoney/utils.py
+++ b/ihatemoney/utils.py
@@ -98,7 +98,7 @@ class PrefixedWSGI(object):
def minimal_round(*args, **kw):
- """ Jinja2 filter: rounds, but display only non-zero decimals
+ """Jinja2 filter: rounds, but display only non-zero decimals
from http://stackoverflow.com/questions/28458524/
"""