mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Fix missing import
This commit is contained in:
parent
5a3125d1d1
commit
71835521bf
1 changed files with 1 additions and 1 deletions
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue