Skip to content

Commit

Permalink
update core.tools.numeric and spss with pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaxman committed Jul 2, 2023
1 parent 7fcb0ba commit 7e235d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pandas/core/tools/numeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
npt,
)


@doc(dtype_backend_options=_shared_docs["dtype_backend_options"])
def to_numeric(
arg,
Expand Down
1 change: 1 addition & 0 deletions pandas/io/spss.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from pandas.util._validators import check_dtype_backend

from pandas.core.dtypes.inference import is_list_like

from pandas.core.shared_docs import _shared_docs

from pandas.io.common import stringify_path
Expand Down

0 comments on commit 7e235d0

Please sign in to comment.