Skip to content

Commit b0ed056

Browse files
committed
undo changes to series.py
1 parent 15bf48d commit b0ed056

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
@@ -171,6 +171,7 @@ class Series(base.IndexOpsMixin, generic.NDFrame):
171171

172172
def __init__(self, data=None, index=None, dtype=None, name=None,
173173
copy=False, fastpath=False):
174+
174175
# we are called internally, so short-circuit
175176
if fastpath:
176177

@@ -4200,6 +4201,7 @@ def _sanitize_array(data, index, dtype=None, copy=False,
42004201
""" sanitize input data to an ndarray, copy if specified, coerce to the
42014202
dtype if specified
42024203
"""
4204+
42034205
if dtype is not None:
42044206
dtype = pandas_dtype(dtype)
42054207

0 commit comments

Comments
 (0)