Skip to content

Commit

Permalink
extraneous space
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 committed Dec 4, 2023
1 parent 1b2f1c3 commit 6666d0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/core/internals/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,6 @@ def new_block(
# - check_ndim/ensure_block_shape already checked
# - maybe_coerce_values already called/unnecessary
klass = get_block_type(values.dtype)

return klass(values, ndim=ndim, placement=placement, refs=refs)


Expand Down

0 comments on commit 6666d0b

Please sign in to comment.