Skip to content

Commit a13c5f0

Browse files
committed
Fix still incorrect typing
1 parent b33dc9e commit a13c5f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/html.py

+1
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ def _expand_colspan_rowspan(self, rows, header=False):
488488
to subsequent cells.
489489
"""
490490
all_texts = [] # list of rows, each a list of str
491+
text: str | tuple
491492
remainder: list[
492493
tuple[int, str | tuple, int]
493494
] = [] # list of (index, text, nrows)

0 commit comments

Comments
 (0)