Skip to content

Commit 886350d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f451617 commit 886350d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/indexing/multiindex/test_setitem.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,4 +554,3 @@ def test_frame_setitem_partial_multiindex():
554554
expected = df.copy()
555555
expected["d"] = 8
556556
tm.assert_frame_equal(result, expected)
557-

0 commit comments

Comments
 (0)