Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Apr 25, 2018
1 parent 69e7fe7 commit 449983b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/core/internals.py
Original file line number Diff line number Diff line change
Expand Up @@ -5450,6 +5450,7 @@ def is_uniform_reindex(join_units):
len(set(ju.block.dtype.name for ju in join_units)) == 1
)


def get_empty_dtype_and_na(join_units):
"""
Return dtype and N/A values to use when concatenating specified units.
Expand Down

0 comments on commit 449983b

Please sign in to comment.