mirror of
https://github.com/simple-login/app.git
synced 2024-11-17 22:21:38 +08:00
🐛 imported but unused
This commit is contained in:
parent
e6192ece01
commit
e79959c330
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,7 @@ from app.dashboard.views.custom_alias import (
|
|||
from app.extensions import db
|
||||
from app.log import LOG
|
||||
from app.models import AliasUsedOn, Alias, User
|
||||
from app.utils import convert_to_id, random_word, get_suffix
|
||||
from app.utils import convert_to_id, get_suffix
|
||||
|
||||
|
||||
@api_bp.route("/alias/options")
|
||||
|
|
|
@ -34,7 +34,6 @@ from app.utils import (
|
|||
convert_to_id,
|
||||
random_string,
|
||||
random_words,
|
||||
random_word,
|
||||
sanitize_email,
|
||||
get_suffix,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue