Skip to content

Commit 73c5ddb

Browse files
committed
Fix lint
1 parent 730c3da commit 73c5ddb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_email/test_email.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ def test_continuation_sorting_part_order(self):
398398
)
399399
filename = msg.get_filename()
400400
self.assertEqual(filename, 'foo bar.txt')
401-
401+
402402
def test_sorting_no_continuations(self):
403403
msg = email.message_from_string(
404404
"Content-Disposition: attachment; "

0 commit comments

Comments
 (0)