fix Serializer import
This commit is contained in:
parent
a597fb439a
commit
2c100e079a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
from werkzeug.security import generate_password_hash, check_password_hash
|
||||
from itsdangerous import URLSafeTimedSerializer as Serializer
|
||||
from itsdangerous.url_safe import URLSafeTimedSerializer as Serializer
|
||||
|
||||
from flask import current_app, request, url_for
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
|
|
Loading…
Reference in a new issue