mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
fix formating
This commit is contained in:
parent
cb24f5cac1
commit
c1a162e68b
1 changed files with 1 additions and 3 deletions
|
@ -11,9 +11,7 @@ from wtforms import StringField, validators
|
||||||
from app import s3, email_utils
|
from app import s3, email_utils
|
||||||
from app.config import URL
|
from app.config import URL
|
||||||
from app.dashboard.base import dashboard_bp
|
from app.dashboard.base import dashboard_bp
|
||||||
from app.email_utils import (
|
from app.email_utils import can_be_used_as_personal_email
|
||||||
can_be_used_as_personal_email,
|
|
||||||
)
|
|
||||||
from app.extensions import db
|
from app.extensions import db
|
||||||
from app.log import LOG
|
from app.log import LOG
|
||||||
from app.models import (
|
from app.models import (
|
||||||
|
|
Loading…
Reference in a new issue