8000 [3.11] gh-108303: Move more typing related files to Lib/test/typingan… · python/cpython@a60bbde · GitHub
[go: up one dir, main page]

Skip to content

Commit a60bbde

Browse files
authored
[3.11] gh-108303: Move more typing related files to Lib/test/typinganndata (GH-111825) (#111860)
1 parent 45f17a1 commit a60bbde

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

Lib/test/test_typing.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444
import types
4545

4646
from test.support import import_helper, captured_stderr, cpython_only
47-
from test import mod_generics_cache
48-
from test import _typed_dict_helper
47+
from test.typinganndata import mod_generics_cache, _typed_dict_helper
4948

5049

5150
py_typing = import_helper.import_fresh_module('typing', blocked=['_typing'])

0 commit comments

Comments
 (0)
0