Remove unwanted space in utils.py

This commit is contained in:
Alexis Métaireau 2018-08-05 15:02:04 +02:00
parent fc9781b8c0
commit 67de8c3b35

View file

@ -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."""