mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
Run Isort :)
This commit is contained in:
parent
34aef4483b
commit
ead1abef53
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue