Skip to content

Commit 2d300cb

Browse files
committed
undo changes to series.py
1 parent fbb541a commit 2d300cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/series.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ class Series(base.IndexOpsMixin, generic.NDFrame):
175175

176176
def __init__(self, data=None, index=None, dtype=None, name=None,
177177
copy=False, fastpath=False):
178+
178179
# we are called internally, so short-circuit
179180
if fastpath:
180181

@@ -4055,6 +4056,7 @@ def _sanitize_array(data, index, dtype=None, copy=False,
40554056
""" sanitize input data to an ndarray, copy if specified, coerce to the
40564057
dtype if specified
40574058
"""
4059+
40584060
if dtype is not None:
40594061
dtype = pandas_dtype(dtype)
40604062

0 commit comments

Comments
 (0)