We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4500ef6 commit 8d99084Copy full SHA for 8d99084
pandas/_typing.py
@@ -86,7 +86,7 @@
86
Label = Optional[Hashable]
87
IndexLabel = Union[Label, Sequence[Label]]
88
Level = Union[Label, int]
89
-Shape = Union[int, Tuple[int, ...]]
+Shape = Tuple[int, ...]
90
Ordered = Optional[bool]
91
JSONSerializable = Optional[Union[PythonScalar, List, Dict]]
92
Axes = Collection
0 commit comments