Skip to content

Commit 7e235d0

Browse files
committed
update core.tools.numeric and spss with pre-commit
1 parent 7fcb0ba commit 7e235d0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pandas/core/tools/numeric.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
npt,
4141
)
4242

43+
4344
@doc(dtype_backend_options=_shared_docs["dtype_backend_options"])
4445
def to_numeric(
4546
arg,

pandas/io/spss.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from pandas.util._validators import check_dtype_backend
1212

1313
from pandas.core.dtypes.inference import is_list_like
14+
1415
from pandas.core.shared_docs import _shared_docs
1516

1617
from pandas.io.common import stringify_path

0 commit comments

Comments
 (0)