Skip to content

Commit 9a7d010

Browse files
[3.10] bpo-46445, bpo-46519: Re-import typing.NewType (GH-30886)
Partially reverts 65b88d5.
1 parent 41e0aea commit 9a7d010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_typing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
from typing import is_typeddict
2020
from typing import no_type_check, no_type_check_decorator
2121
from typing import Type
22+
from typing import NewType
2223
from typing import NamedTuple, TypedDict
2324
from typing import IO, TextIO, BinaryIO
2425
from typing import Pattern, Match

0 commit comments

Comments
 (0)