mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-108303: Move ann_module*.py
files to typinganndata/
folder (#108354)
This commit is contained in:
parent
f5559f38d9
commit
3f61cf646d
13 changed files with 13 additions and 8 deletions
|
@ -4726,7 +4726,7 @@ class TestSignatureDefinitions(unittest.TestCase):
|
|||
|
||||
def test_base_class_have_text_signature(self):
|
||||
# see issue 43118
|
||||
from test.ann_module7 import BufferedReader
|
||||
from test.typinganndata.ann_module7 import BufferedReader
|
||||
class MyBufferedReader(BufferedReader):
|
||||
"""buffer reader class."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue