Skip to content

Commit

Permalink
[3.11] gh-108303: Move more typing related files to Lib/test/typingan…
Browse files Browse the repository at this point in the history
…ndata (GH-111825) (#111860)
  • Loading branch information
sobolevn authored Nov 8, 2023
1 parent 45f17a1 commit a60bbde
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lib/test/test_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
import types

from test.support import import_helper, captured_stderr, cpython_only
from test import mod_generics_cache
from test import _typed_dict_helper
from test.typinganndata import mod_generics_cache, _typed_dict_helper


py_typing = import_helper.import_fresh_module('typing', blocked=['_typing'])
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a60bbde

Please sign in to comment.