mail: black wants to add this blank line stable
authorAugie Fackler <augie@google.com>
Wed, 30 Oct 2019 16:39:18 -0400
branchstable
changeset 43353 fdc3af52305b
parent 43352 14e3be17e5f5
child 43354 166808ff91de
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?
mercurial/mail.py
--- 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