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,
Type,
Union,
Unpack,
get_type_hints,
overload,
)
@ -30,6 +29,7 @@ from typing_extensions import (
TypedDict,
TypeVar,
TypeVarTuple,
Unpack,
get_args,
get_origin,
)