Skip to content

Commit

Permalink
Cleanup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshadrach committed Nov 12, 2024
1 parent a096709 commit ad3a5b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/io/formats/excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ad3a5b7

Please sign in to comment.