Skip to content

Commit e0df40a

Browse files
committed
[3.11] pythongh-108303: Move more typing related files to Lib/test/typinganndata (pythonGH-111825)
1 parent 45f17a1 commit e0df40a

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)