Skip to content

Commit 91130bd

Browse files
Brian TuBrian Tu
Brian Tu
authored and
Brian Tu
committed
Remove whitespace on blank line from github.com merge
1 parent 8d20cb8 commit 91130bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4036,7 +4036,7 @@ def _list_to_ndarray(a):
40364036
return np.array(a)
40374037
return a
40384038

4039-
4039+
40404040
def _ensure_index_from_sequences(sequences, names=None):
40414041
"""Construct an index from sequences of data.
40424042

0 commit comments

Comments
 (0)