Skip to content

Commit cdaf9d9

Browse files
committed
ENH: mypy Type specification changes
1 parent 691db4a commit cdaf9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/style.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def __init__(
171171
self.cell_ids = cell_ids
172172
self.na_rep = na_rep
173173

174-
self.tooltip_styles = [] # VERSION ADDED 1.X
174+
self.tooltip_styles: List[Dict[str, object]] = [] # VERSION ADDED 1.X
175175
self.tooltip_class = None
176176
self.tooltip_class_styles = None
177177
self.set_tooltip_class(name="pd-t", properties=None)

0 commit comments

Comments
 (0)