aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney')
-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."""