From 06c48244e4e527b4959afdcb322ccd5fe423aea3 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Fri, 21 Aug 2020 12:03:23 +0200 Subject: [PATCH] black --- email_handler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/email_handler.py b/email_handler.py index 3544ef54..fda2df3a 100644 --- a/email_handler.py +++ b/email_handler.py @@ -88,7 +88,8 @@ from app.email_utils import ( parseaddr_unicode, send_email_with_rate_control, get_email_domain_part, - copy, to_bytes, + copy, + to_bytes, ) from app.extensions import db from app.greylisting import greylisting_needed