Skip to content

Commit 0ff9516

Browse files
committed
fixup whitespace
1 parent a57aa9b commit 0ff9516

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/internals/construction.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,6 @@ def to_arrays(
505505
"""
506506
Return list of arrays, columns.
507507
"""
508-
509508
if isinstance(data, ABCDataFrame):
510509
if columns is not None:
511510
arrays = [

0 commit comments

Comments
 (0)