From 58e5eca270f5954d56f1cf30609bb94cab212917 Mon Sep 17 00:00:00 2001 From: Glandos Date: Thu, 27 Aug 2020 22:09:04 +0200 Subject: update to black 20.8b1 (#676) Some trailing commas were removed because of some black changes. --- ihatemoney/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ihatemoney/utils.py') 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/ """ -- cgit v1.1