Skip to content

Commit

Permalink
Fix import typo in quickstart guide (#836)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Wagner <jwag.wagner@gmail.com>
  • Loading branch information
codycollier and jwag956 committed Sep 28, 2023
1 parent 6b696d7 commit 3a6bf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ and models.py.
- models.py ::

from database import Base
from flask_security import UserMixin, RoleMixin, AsAlist
from flask_security import UserMixin, RoleMixin, AsaList
from sqlalchemy.orm import relationship, backref
from sqlalchemy.ext.mutable import MutableList
from sqlalchemy import Boolean, DateTime, Column, Integer, \
Expand Down

0 comments on commit 3a6bf8a

Please sign in to comment.