[Code Cleanup] Remove an unused import

This commit is contained in:
Gergely Polonkai 2018-07-03 08:31:08 +02:00
parent 5300e4978e
commit 6e0d50552d
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
from datetime import datetime
from flask_security import UserMixin, RoleMixin
from flask_security.utils import hash_password
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()