mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
remove unused imports and from blah import *
This commit is contained in:
parent
e22ee5dfd2
commit
e04a4154e8
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
|
from flask import Flask, g, request, session
|
||||||
|
from flaskext.babel import Babel
|
||||||
|
|
||||||
from web import main, db, mail
|
from web import main, db, mail
|
||||||
from api import api
|
from api import api
|
||||||
import os
|
|
||||||
|
|
||||||
from flask import *
|
|
||||||
from flaskext.babel import Babel
|
|
||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
app.config.from_object("default_settings")
|
app.config.from_object("default_settings")
|
||||||
|
|
Loading…
Reference in a new issue