Skip to content

Commit 8233e92

Browse files
committed
Remove the extraneous line
1 parent e45165f commit 8233e92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_email/test_email.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,6 @@ def do_test_invalid_header_names(self, policy, setter, name, value):
752752
setter(message, name, value)
753753
self.assertIn(f"{name!r}", str(cm.exception))
754754

755-
756755
def test_binary_quopri_payload(self):
757756
for charset in ('latin-1', 'ascii'):
758757
msg = Message()

0 commit comments

Comments
 (0)