Skip to content

Commit 449983b

Browse files
committed
Linting
1 parent 69e7fe7 commit 449983b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/internals.py

+1
Original file line numberDiff line numberDiff line change
@@ -5450,6 +5450,7 @@ def is_uniform_reindex(join_units):
54505450
len(set(ju.block.dtype.name for ju in join_units)) == 1
54515451
)
54525452

5453+
54535454
def get_empty_dtype_and_na(join_units):
54545455
"""
54555456
Return dtype and N/A values to use when concatenating specified units.

0 commit comments

Comments
 (0)