You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix type annotations for get_axis_num (GH 9822) (#9827)
* Fix type annotations for `get_axis_num` (GH 9822)
Explicitly annotate that a single `str` argument leads to an `int`
return, overriding the match against Iterable.
* Suppress mypy errors related to get_axis_num
* Add PR number to whats-new.rst
0 commit comments