Optimizing imports
This commit is contained in:
parent
4933d70b2c
commit
2e81aee0ac
1 changed files with 1 additions and 4 deletions
|
@ -15,14 +15,11 @@
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with scoreboard-benchmark . If not, see <http://www.gnu.org/licenses/>.
|
along with scoreboard-benchmark . If not, see <http://www.gnu.org/licenses/>.
|
||||||
"""
|
"""
|
||||||
import os
|
|
||||||
|
|
||||||
import flask
|
|
||||||
|
|
||||||
from src.models import db
|
from src.models import db
|
||||||
from views.errors import error_pages
|
from views.errors import error_pages
|
||||||
from views.scoreboard import scoreboard
|
from views.scoreboard import scoreboard
|
||||||
from config import config
|
from config import config
|
||||||
|
import flask
|
||||||
|
|
||||||
|
|
||||||
def create_app(config_name):
|
def create_app(config_name):
|
||||||
|
|
Loading…
Reference in a new issue