Skip to content

Commit 04cd920

Browse files
committed
format file
1 parent 4d2b7af commit 04cd920

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/excel/test_writers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,6 +1524,7 @@ def test_to_excel_multiindex_nan_in_columns(self, merge_cells, tmp_excel):
15241524
result = pd.read_excel(reader, index_col=0, header=[0, 1])
15251525

15261526
tm.assert_numpy_array_equal(result.to_numpy(), df.to_numpy())
1527+
15271528
@pytest.mark.parametrize("with_index", [True, False])
15281529
def test_autofilter(self, engine, with_index, tmp_excel):
15291530
# GH 61194

0 commit comments

Comments
 (0)