Skip to content

Commit f8954f4

Browse files
committed
Remove stray commit
1 parent d40a3ec commit f8954f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/io/formats/format.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,8 +1183,6 @@ def _column_header():
11831183

11841184
if isinstance(self.columns, MultiIndex):
11851185
template = 'colspan="%d" halign="left"'
1186-
if 'pandas_notebook' in self.classes:
1187-
template += ' class="pandas_notebook"'
11881186

11891187
if self.fmt.sparsify:
11901188
# GH3547
@@ -1254,8 +1252,6 @@ def _column_header():
12541252
if records[i] > 1:
12551253
tags[j] = template % records[i]
12561254
else:
1257-
if 'pandas_notebook' in self.classes:
1258-
tags[j] = 'class="pandas_notebook"'
12591255
continue
12601256
j += 1
12611257
row.append(v)

0 commit comments

Comments
 (0)