Skip to content

Commit 537b0c5

Browse files
committed
2 parents 201e5f4 + d7a4818 commit 537b0c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/series/indexing/test_indexing.py renamed to pandas/tests/series/indexing/test_indexing_corrected.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ def test_underlying_data_conversion():
275275
s = Series([1], index=[(2, 2, 2)])
276276
df["val"] = 0
277277
df_original = df.copy()
278-
df
279278

280279
with tm.raises_chained_assignment_error():
281280
df["val"].update(s)

0 commit comments

Comments
 (0)