Skip to content

Commit 9d75f98

Browse files
committed
Tidy imports
1 parent 037bd31 commit 9d75f98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_email/test_parser.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import unittest
44
from email.message import Message, EmailMessage
55
from email.policy import default
6-
from test.test_email import openfile, TestEmailBase
6+
from test.test_email import TestEmailBase
77

88

99
class TestCustomMessage(TestEmailBase):
@@ -67,7 +67,6 @@ def test_only_split_on_cr_lf(self):
6767
])
6868
self.assertEqual(msg.get_payload(), "")
6969

70-
7170
class MyMessage(EmailMessage):
7271
pass
7372

0 commit comments

Comments
 (0)