1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Fix missing import

This commit is contained in:
Mo 2022-05-21 21:14:10 +02:00
parent 5a3125d1d1
commit 71835521bf

View file

@ -14,7 +14,7 @@ from flask_security import admin_change_password, current_user, hash_password
from flask_wtf import FlaskForm
from flask_wtf.file import FileAllowed, FileField, FileRequired
from matplotlib.figure import Figure
from sqlalchemy import and_, not_, or_
from sqlalchemy import and_, not_, or_, select
from werkzeug.utils import secure_filename
from wtforms import Form
from wtforms.fields import (