Skip to content

Commit 5a377b8

Browse files
committed
resolve duplicate typing
1 parent eb7fe68 commit 5a377b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/style.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ def clear(self) -> None:
805805
Returns None.
806806
"""
807807
self.ctx.clear()
808-
self.tooltips: Optional[_Tooltips] = None
808+
self.tooltips = None
809809
self.cell_context = {}
810810
self._todo = []
811811

0 commit comments

Comments
 (0)