Skip to content

Commit

Permalink
use Shape = Tuple[int]
Browse files Browse the repository at this point in the history
  • Loading branch information
arw2019 committed Oct 15, 2020
1 parent 46c569d commit aead394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
Label = Optional[Hashable]
IndexLabel = Union[Label, Sequence[Label]]
Level = Union[Label, int]
Shape = Union[int, Tuple[int, ...]]
Shape = Tuple[int, ...]
Ordered = Optional[bool]
JSONSerializable = Optional[Union[PythonScalar, List, Dict]]
Axes = Collection
Expand Down

0 comments on commit aead394

Please sign in to comment.