Skip to content

Commit bdc1a0a

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

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
@@ -547,7 +547,6 @@ def test_setitem_enlargement_multiindex_multiple_none(self):
547547
tm.assert_frame_equal(df, expected, check_index_type=False)
548548

549549

550-
551550
def test_frame_setitem_view_direct(multiindex_dataframe_random_data):
552551
# this works because we are modifying the underlying array
553552
# really a no-no

0 commit comments

Comments
 (0)