From ad3a5b7c96ade76449b5ea94cbaf727f28eb7f27 Mon Sep 17 00:00:00 2001 From: Richard Shadrach Date: Tue, 12 Nov 2024 17:52:44 -0500 Subject: [PATCH] Cleanup comment --- pandas/io/formats/excel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandas/io/formats/excel.py b/pandas/io/formats/excel.py index 6085b53d10751..6a3e215de3f96 100644 --- a/pandas/io/formats/excel.py +++ b/pandas/io/formats/excel.py @@ -628,7 +628,6 @@ def _format_header_mi(self) -> Iterable[ExcelCell]: if self.index and isinstance(self.df.index, MultiIndex): coloffset = self.df.index.nlevels - 1 - # Format multi-index as a merged cells. for lnum, name in enumerate(columns.names): yield ExcelCell( row=lnum,