fix import line for PROD, more strict?

This commit is contained in:
2021-09-13 17:54:36 +10:00
parent f59c62354e
commit 2f5e3a4d40

View File

@@ -7,7 +7,7 @@ from sqlalchemy import Sequence
from sqlalchemy.exc import SQLAlchemyError from sqlalchemy.exc import SQLAlchemyError
from status import st, Status from status import st, Status
from flask_login import login_required, current_user from flask_login import login_required, current_user
from werkzeug import secure_filename from werkzeug.utils import secure_filename
from shared import GenFace, GenThumb from shared import GenFace, GenThumb
from face import FaceRefimgLink from face import FaceRefimgLink
import os import os