Skip to content

Commit dfd705f

Browse files
simonjayhawkinsnofarmish
authored andcommitted
CI: pre-commit fixup (pandas-dev#39232)
1 parent 3b3bcf9 commit dfd705f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/formats/style.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def _init_tooltips(self):
222222
if self.tooltips is None:
223223
self.tooltips = _Tooltips()
224224

225-
def set_tooltips(self, ttips: DataFrame) -> "Styler":
225+
def set_tooltips(self, ttips: DataFrame) -> Styler:
226226
"""
227227
Add string based tooltips that will appear in the `Styler` HTML result. These
228228
tooltips are applicable only to`<td>` elements.
@@ -268,7 +268,7 @@ def set_tooltips_class(
268268
self,
269269
name: Optional[str] = None,
270270
properties: Optional[Sequence[Tuple[str, Union[str, int, float]]]] = None,
271-
) -> "Styler":
271+
) -> Styler:
272272
"""
273273
Manually configure the name and/or properties of the class for
274274
creating tooltips on hover.

0 commit comments

Comments
 (0)