aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Métaireau <alexis@vieuxsinge.com>2018-08-05 15:02:04 +0200
committerAlexis Métaireau <alexis@vieuxsinge.com>2018-08-05 15:02:04 +0200
commit67de8c3b358bf513b2cd8c47838dd73c457abb9c (patch)
treef6c5cebeafff2c000de31d91508112400234c079
parentfc9781b8c02c36f632eaf23171902523bd7572bb (diff)
downloadihatemoney-mirror-67de8c3b358bf513b2cd8c47838dd73c457abb9c.zip
ihatemoney-mirror-67de8c3b358bf513b2cd8c47838dd73c457abb9c.tar.gz
ihatemoney-mirror-67de8c3b358bf513b2cd8c47838dd73c457abb9c.tar.bz2
Remove unwanted space in 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 5dd1e7b..d03e91b 100644
--- a/ihatemoney/utils.py
+++ b/ihatemoney/utils.py
@@ -186,7 +186,7 @@ def create_jinja_env(folder, strict_rendering=False):
kwargs['undefined'] = jinja2.StrictUndefined
return jinja2.Environment(**kwargs)
-
+
class IhmJSONEncoder(JSONEncoder):
"""Subclass of the default encoder to support custom objects.
Taken from the deprecated flask-rest package."""