mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 07:43:54 +08:00
remove unused import
This commit is contained in:
parent
d1d7a93ca5
commit
f94b82c134
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ from app.email_utils import (
|
||||||
is_valid_email,
|
is_valid_email,
|
||||||
replace,
|
replace,
|
||||||
should_disable,
|
should_disable,
|
||||||
get_header_from_bounce,
|
|
||||||
parse_email_log_id_from_bounce,
|
parse_email_log_id_from_bounce,
|
||||||
)
|
)
|
||||||
from app.extensions import db
|
from app.extensions import db
|
||||||
|
|
Loading…
Reference in a new issue