Skip to content

Commit 6f7c242

Browse files
committed
Fixed linting issues
1 parent 4655d7b commit 6f7c242

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/series.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ def _init_dict(self, data, index=None, dtype=None):
359359
# increasing the performance by 50%, instead of zip
360360
keys = tuple(data.keys())
361361
values = list(data.values()) # Generating list of values- faster way
362-
363362
elif index is not None:
364363
# fastpath for Series(data=None). Just use broadcasting a scalar
365364
# instead of reindexing.

0 commit comments

Comments
 (0)