From 3de1e1c5294dc00b62e9da9818fd5ff553287b1a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 18:49:15 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pandas/core/series.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandas/core/series.py b/pandas/core/series.py index 70ac98edc5b653..9868cc37afb01e 100644 --- a/pandas/core/series.py +++ b/pandas/core/series.py @@ -5009,7 +5009,7 @@ def rename_axis( # type: ignore[override] self, mapper: IndexLabel | lib.NoDefault = ..., *, - index = ..., + index=..., axis: Axis = ..., copy: bool = ..., inplace: Literal[True] = ..., @@ -5021,7 +5021,7 @@ def rename_axis( # type: ignore[override] self, mapper: IndexLabel | lib.NoDefault = ..., *, - index = ..., + index=..., axis: Axis = ..., copy: bool = ..., inplace: Literal[False] = ..., @@ -5033,7 +5033,7 @@ def rename_axis( # type: ignore[override] self, mapper: IndexLabel | lib.NoDefault = ..., *, - index = ..., + index=..., axis: Axis = ..., copy: bool = ..., inplace: bool = ...,