Skip to content

Commit b33b98c

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/indexing/multiindex/test_setitem.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ def test_setitem_enlargement_multiindex_with_none(self):
508508
)
509509
tm.assert_frame_equal(df, expected, check_index_type=False)
510510

511+
511512
def test_frame_setitem_view_direct(multiindex_dataframe_random_data):
512513
# this works because we are modifying the underlying array
513514
# really a no-no

0 commit comments

Comments
 (0)