mirror of
https://github.com/python/cpython.git
synced 2025-08-08 19:09:46 +00:00
[3.12] gh-108303: Move ann_module*.py
files to typinganndata/
folder (GH-108354) (#109672)
gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (GH-108354)
(cherry picked from commit 3f61cf646d
)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This commit is contained in:
parent
1dfb41d262
commit
b153cab6d8
13 changed files with 13 additions and 8 deletions
|
@ -5306,7 +5306,7 @@ class AssertTypeTests(BaseTestCase):
|
|||
|
||||
|
||||
# We need this to make sure that `@no_type_check` respects `__module__` attr:
|
||||
from test import ann_module8
|
||||
from test.typinganndata import ann_module8
|
||||
|
||||
@no_type_check
|
||||
class NoTypeCheck_Outer:
|
||||
|
@ -5893,7 +5893,9 @@ class OverloadTests(BaseTestCase):
|
|||
|
||||
# Definitions needed for features introduced in Python 3.6
|
||||
|
||||
from test import ann_module, ann_module2, ann_module3, ann_module5, ann_module6
|
||||
from test.typinganndata import (
|
||||
ann_module, ann_module2, ann_module3, ann_module5, ann_module6,
|
||||
)
|
||||
|
||||
T_a = TypeVar('T_a')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue