remove unused import

This commit is contained in:
Son 2022-01-13 16:40:07 +01:00
parent e73a46cf36
commit ca18c9c5e0
1 changed files with 1 additions and 1 deletions

View File

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