mirror of
https://github.com/simple-login/app.git
synced 2025-02-22 14:53:34 +08:00
remove unused import
This commit is contained in:
parent
e73a46cf36
commit
ca18c9c5e0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from app.config import (
|
|||
)
|
||||
from app.db import Session
|
||||
from app.log import LOG
|
||||
from app.models import Mailbox, Contact, SLDomain, InvalidMailboxDomain
|
||||
from app.models import Mailbox, Contact, SLDomain
|
||||
from app.pgp_utils import load_public_key
|
||||
from server import create_light_app
|
||||
|
||||
|
|
Loading…
Reference in a new issue