Skip to content

Commit 3902a80

Browse files
committed
GH ref
1 parent ec21c73 commit 3902a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/dtypes/concat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def _get_result_dtype(
162162
target_dtype = np.dtype(object)
163163
kinds = {"o"}
164164
elif "b" in kinds and len(kinds) > 1:
165-
# GH#21108
165+
# GH#21108, GH#45101
166166
target_dtype = np.dtype(object)
167167
kinds = {"o"}
168168
else:

0 commit comments

Comments
 (0)