🐛 imported but unused

This commit is contained in:
devStorm 2021-06-05 22:53:16 -07:00
parent e6192ece01
commit e79959c330
No known key found for this signature in database
GPG key ID: D52E1B66F336AC57
2 changed files with 1 additions and 2 deletions

View file

@ -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")

View file

@ -34,7 +34,6 @@ from app.utils import (
convert_to_id,
random_string,
random_words,
random_word,
sanitize_email,
get_suffix,
)