optimize import

This commit is contained in:
Son NK 2020-12-18 16:25:30 +01:00
parent 8111beb6ff
commit 10f15f78c8
2 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,7 @@ from app.email_utils import (
)
from app.extensions import db
from app.models import User, CustomDomain, Alias, Contact, EmailLog
from tests.utils import login
# flake8: noqa: E101, W191

View File

@ -1,6 +1,7 @@
import pytest
from uuid import UUID
import pytest
from app.config import EMAIL_DOMAIN, MAX_NB_EMAIL_FREE_PLAN
from app.email_utils import parseaddr_unicode
from app.extensions import db