[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:
Miss Islington (bot) 2023-10-02 08:10:33 -07:00 committed by GitHub
parent 1dfb41d262
commit b153cab6d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 13 additions and 8 deletions

View file

@ -1,7 +1,8 @@
# Python test set -- part 2, opcodes
import unittest
from test import ann_module, support
from test import support
from test.typinganndata import ann_module
class OpcodeTest(unittest.TestCase):