We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8516faf commit 34fbf56Copy full SHA for 34fbf56
Lib/test/test_genericalias.py
@@ -17,7 +17,7 @@
17
from functools import partial, partialmethod, cached_property
18
from graphlib import TopologicalSorter
19
from logging import LoggerAdapter, StreamHandler
20
-from mailbox import Mailbox, _PartialFile
+from mailbox import Mailbox
21
try:
22
import ctypes
23
except ImportError:
@@ -117,7 +117,7 @@ class BaseTest(unittest.TestCase):
117
Iterable, Iterator,
118
Reversible,
119
Container, Collection,
120
- Mailbox, _PartialFile,
+ Mailbox,
121
ContextVar, Token,
122
Field,
123
Set, MutableSet,
0 commit comments