mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
remove unused import
This commit is contained in:
parent
92ae60149f
commit
5ea2410029
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user