Skip to content

Commit 8d99084

Browse files
committed
use Shape = Tuple[int]
1 parent 4500ef6 commit 8d99084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_typing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
Label = Optional[Hashable]
8787
IndexLabel = Union[Label, Sequence[Label]]
8888
Level = Union[Label, int]
89-
Shape = Union[int, Tuple[int, ...]]
89+
Shape = Tuple[int, ...]
9090
Ordered = Optional[bool]
9191
JSONSerializable = Optional[Union[PythonScalar, List, Dict]]
9292
Axes = Collection

0 commit comments

Comments
 (0)