unpack is new

This commit is contained in:
Khaleel Al-Adhami 2025-02-03 15:07:40 -08:00
parent d47510a739
commit 68b5170315

View File

@ -20,7 +20,6 @@ from typing import (
Tuple, Tuple,
Type, Type,
Union, Union,
Unpack,
get_type_hints, get_type_hints,
overload, overload,
) )
@ -30,6 +29,7 @@ from typing_extensions import (
TypedDict, TypedDict,
TypeVar, TypeVar,
TypeVarTuple, TypeVarTuple,
Unpack,
get_args, get_args,
get_origin, get_origin,
) )