mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-30 18:22:38 +02:00
Remove unwanted space in utils.py
This commit is contained in:
parent
fc9781b8c0
commit
67de8c3b35
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ def create_jinja_env(folder, strict_rendering=False):
|
||||||
kwargs['undefined'] = jinja2.StrictUndefined
|
kwargs['undefined'] = jinja2.StrictUndefined
|
||||||
return jinja2.Environment(**kwargs)
|
return jinja2.Environment(**kwargs)
|
||||||
|
|
||||||
|
|
||||||
class IhmJSONEncoder(JSONEncoder):
|
class IhmJSONEncoder(JSONEncoder):
|
||||||
"""Subclass of the default encoder to support custom objects.
|
"""Subclass of the default encoder to support custom objects.
|
||||||
Taken from the deprecated flask-rest package."""
|
Taken from the deprecated flask-rest package."""
|
||||||
|
|
Loading…
Reference in a new issue