Skip to content

Commit 269a349

Browse files
Remove unnecessary comments from test case
1 parent 8e99df5 commit 269a349

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_email/test_email.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4829,8 +4829,6 @@ def test_decode_false_quoting(self):
48294829
self._test_decode('A=1,B=A ==> A+B==2', 'A=1,B=A ==> A+B==2')
48304830

48314831
def test_decode_crlf_eol_no_trailing_newline(self):
4832-
# decode() with eol='\r\n' should not leave a stray \r
4833-
# when the input has no trailing line ending.
48344832
self._test_decode('abc', 'abc', eol='\r\n')
48354833

48364834
def test_decode_crlf_eol_multiline_no_trailing_newline(self):

0 commit comments

Comments
 (0)