Skip to content

Commit 34fbf56

Browse files
committed
Remove _PartialFile from test_genericalias
1 parent 8516faf commit 34fbf56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_genericalias.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from functools import partial, partialmethod, cached_property
1818
from graphlib import TopologicalSorter
1919
from logging import LoggerAdapter, StreamHandler
20-
from mailbox import Mailbox, _PartialFile
20+
from mailbox import Mailbox
2121
try:
2222
import ctypes
2323
except ImportError:
@@ -117,7 +117,7 @@ class BaseTest(unittest.TestCase):
117117
Iterable, Iterator,
118118
Reversible,
119119
Container, Collection,
120-
Mailbox, _PartialFile,
120+
Mailbox,
121121
ContextVar, Token,
122122
Field,
123123
Set, MutableSet,

0 commit comments

Comments
 (0)