From 67de8c3b358bf513b2cd8c47838dd73c457abb9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Sun, 5 Aug 2018 15:02:04 +0200 Subject: [PATCH] Remove unwanted space in utils.py --- ihatemoney/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihatemoney/utils.py b/ihatemoney/utils.py index 5dd1e7ba..d03e91bf 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."""