fix formatting

This commit is contained in:
Son NK 2020-01-07 19:50:36 +01:00
parent f1befd7024
commit 27b9312057
2 changed files with 4 additions and 2 deletions

View File

@ -45,7 +45,9 @@ from app.email_utils import (
send_email,
add_dkim_signature,
get_email_domain_part,
add_or_replace_header, delete_header)
add_or_replace_header,
delete_header,
)
from app.extensions import db
from app.log import LOG
from app.models import GenEmail, ForwardEmail, ForwardEmailLog, CustomDomain