unpack is new
This commit is contained in:
parent
d47510a739
commit
68b5170315
@ -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,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user