changeset 43353:fdc3af52305b stable

mail: black wants to add this blank line I can't figure out how this got overlooked on previous runs, but here we are. It looks like the culprit change is already public?
author Augie Fackler <augie@google.com>
date Wed, 30 Oct 2019 16:39:18 -0400
parents 14e3be17e5f5
children 166808ff91de
files mercurial/mail.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/mail.py	Wed Oct 30 16:29:45 2019 -0400
+++ b/mercurial/mail.py	Wed Oct 30 16:39:18 2019 -0400
@@ -445,6 +445,7 @@
         ep = email.parser.BytesParser()
         return ep.parsebytes(data)
 
+
 else:
 
     Generator = email.generator.Generator