Skip to content

Commit 6773281

Browse files
veljaninyuanx749
authored andcommitted
reverting newline in Series.convert_dtypes and precising respective docs in whatsnew
1 parent 02218af commit 6773281

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/dtypes/cast.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,6 @@ def convert_dtypes(
11521152
pa_type = to_pyarrow_type(base_dtype)
11531153
if pa_type is not None:
11541154
inferred_dtype = ArrowDtype(pa_type)
1155-
11561155
elif dtype_backend == "numpy_nullable" and isinstance(inferred_dtype, ArrowDtype):
11571156
# GH 53648
11581157
inferred_dtype = _arrow_dtype_mapping()[inferred_dtype.pyarrow_dtype]

0 commit comments

Comments
 (0)