Skip to content

Commit ad3a5b7

Browse files
committed
Cleanup comment
1 parent a096709 commit ad3a5b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/io/formats/excel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,6 @@ def _format_header_mi(self) -> Iterable[ExcelCell]:
628628
if self.index and isinstance(self.df.index, MultiIndex):
629629
coloffset = self.df.index.nlevels - 1
630630

631-
# Format multi-index as a merged cells.
632631
for lnum, name in enumerate(columns.names):
633632
yield ExcelCell(
634633
row=lnum,

0 commit comments

Comments
 (0)