[3.10] bpo-46445, bpo-46519: Re-import typing.NewType (GH-30886)

Partially reverts 65b88d5e01.
This commit is contained in:
Ken Jin 2022-01-25 23:31:12 +08:00 committed by GitHub
parent 41e0aead3d
commit 9a7d010467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@
from typing import is_typeddict
from typing import no_type_check, no_type_check_decorator
from typing import Type
from typing import NewType
from typing import NamedTuple, TypedDict
from typing import IO, TextIO, BinaryIO
from typing import Pattern, Match