Skip to content

Commit 1dfec9e

Browse files
author
Santhosh18
committed
Fixed PEP issues
1 parent 5cbb0c0 commit 1dfec9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/series/methods/test_explode.py

+1
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,4 @@ def test_ignore_index():
126126
result = s.explode(ignore_index=True)
127127
expected = pd.Series([1, 2, 3, 4], index=[0, 1, 2, 3], dtype=object)
128128
tm.assert_series_equal(result, expected)
129+

0 commit comments

Comments
 (0)