Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 5, 2023
1 parent 7b9c07b commit 338a2ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pandas/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -5009,7 +5009,7 @@ def rename_axis( # type: ignore[override]
self,
mapper: ...,
*,
index = ...,
index=...,
axis: Axis = ...,
copy: bool = ...,
inplace: bool = Literal[True],
Expand All @@ -5021,7 +5021,7 @@ def rename_axis( # type: ignore[override]
self,
mapper: ...,
*,
index = ...,
index=...,
axis: Axis = ...,
copy: bool = ...,
inplace: bool = Literal[False],
Expand All @@ -5033,7 +5033,7 @@ def rename_axis( # type: ignore[override]
self,
mapper: ...,
*,
index = ...,
index=...,
axis: Axis = ...,
copy: bool = ...,
inplace: bool = ...,
Expand Down

0 comments on commit 338a2ad

Please sign in to comment.