2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

remove unused import

This commit is contained in:
Frederik Ring 2019-07-19 10:16:30 +02:00
parent 92ae60149f
commit 5ea2410029

View File

@ -4,7 +4,6 @@ from flask import Flask
from flask_sqlalchemy import SQLAlchemy
from flask_admin import Admin
from accounts.config import EnvConfig
app = Flask(__name__)
app.config.from_object(environ.get("CONFIG_CLASS"))