From 236d1e0162c5f04ecd74b2286aa73e15b6807aed Mon Sep 17 00:00:00 2001 From: Son Date: Mon, 26 Dec 2022 17:11:52 +0100 Subject: [PATCH] remove unused import --- app/dashboard/views/custom_domain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dashboard/views/custom_domain.py b/app/dashboard/views/custom_domain.py index 154b92bb..e0bc39fc 100644 --- a/app/dashboard/views/custom_domain.py +++ b/app/dashboard/views/custom_domain.py @@ -8,7 +8,7 @@ from app.dashboard.base import dashboard_bp from app.db import Session from app.email_utils import get_email_domain_part from app.log import LOG -from app.models import CustomDomain, Mailbox, DomainMailbox, SLDomain +from app.models import CustomDomain, Mailbox, DomainMailbox class NewCustomDomainForm(FlaskForm):