Skip to content

Commit b5ea387

Browse files
committed
Get rid of newline. Triggering Travis
1 parent f2941c2 commit b5ea387

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/frame.py

-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ def __init__(self, data=None, index=None, columns=None, dtype=None,
403403

404404
if isinstance(data[0], (list, tuple, dict, Series)):
405405
arrays, columns = _to_arrays(data, columns, dtype=dtype)
406-
407406
columns = _ensure_index(columns)
408407

409408
if index is None:

0 commit comments

Comments
 (0)