Run Isort :)

This commit is contained in:
Andrew Dickinson 2020-04-25 18:14:44 -04:00
parent 34aef4483b
commit ead1abef53
2 changed files with 2 additions and 2 deletions

View file

@ -15,9 +15,9 @@ from ihatemoney.utils import (
IhmJSONEncoder, IhmJSONEncoder,
PrefixedWSGI, PrefixedWSGI,
locale_from_iso, locale_from_iso,
localize_list,
minimal_round, minimal_round,
static_include, static_include,
localize_list,
) )
from ihatemoney.web import main as web_interface from ihatemoney.web import main as web_interface

View file

@ -9,7 +9,7 @@ import os
import re import re
from babel import Locale from babel import Locale
from flask import current_app, redirect, escape from flask import current_app, escape, redirect
from flask_babel import gettext as _ from flask_babel import gettext as _
import jinja2 import jinja2
from werkzeug.routing import HTTPException, RoutingException from werkzeug.routing import HTTPException, RoutingException