Skip to content

Commit b7dae11

Browse files
committed
TYP: remove redundant bool from IndexLabel type
1 parent ca888c1 commit b7dae11

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
@@ -83,7 +83,7 @@
8383

8484
Axis = Union[str, int]
8585
Label = Optional[Hashable]
86-
IndexLabel = Optional[Union[bool, str, Sequence[Label]]]
86+
IndexLabel = Optional[Union[Label, Sequence[Label]]]
8787
Level = Union[Label, int]
8888
Ordered = Optional[bool]
8989
JSONSerializable = Optional[Union[PythonScalar, List, Dict]]

0 commit comments

Comments
 (0)