more readable imports
This commit is contained in:
parent
2731531768
commit
6a043f4a7d
18 changed files with 32 additions and 32 deletions
|
@ -8,7 +8,7 @@ from itsdangerous import URLSafeSerializer, BadSignature
|
|||
|
||||
from realms import login_manager, db
|
||||
from realms.lib.model import Model
|
||||
from ..models import BaseUser
|
||||
from realms.modules.auth.models import BaseUser
|
||||
from .forms import LoginForm
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue