mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +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,
|
||||
PrefixedWSGI,
|
||||
locale_from_iso,
|
||||
localize_list,
|
||||
minimal_round,
|
||||
static_include,
|
||||
localize_list,
|
||||
)
|
||||
from ihatemoney.web import main as web_interface
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ import os
|
|||
import re
|
||||
|
||||
from babel import Locale
|
||||
from flask import current_app, redirect, escape
|
||||
from flask import current_app, escape, redirect
|
||||
from flask_babel import gettext as _
|
||||
import jinja2
|
||||
from werkzeug.routing import HTTPException, RoutingException
|
||||
|
|
Loading…
Reference in a new issue