Skip to content

Commit aec4276

Browse files
committed
CLN - Add a newline for readability
1 parent 9d534e0 commit aec4276

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/series.py

+1
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ class Series(base.IndexOpsMixin, generic.NDFrame):
193193
def __init__(
194194
self, data=None, index=None, dtype=None, name=None, copy=False, fastpath=False
195195
):
196+
196197
# we are called internally, so short-circuit
197198
if fastpath:
198199

0 commit comments

Comments
 (0)