Skip to content

Commit a3357a3

Browse files
Update pandas-stubs/io/formats/style.pyi
Co-authored-by: Irv Lustig <irv@princeton.com>
1 parent 7a47b42 commit a3357a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/io/formats/style.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Styler(StylerRenderer):
7272
) -> None: ...
7373
def concat(self, other: Styler) -> Styler: ...
7474
def map(
75-
self, func: Callable, subset: Subset | None = ..., **kwargs: Any
75+
self, func: Callable[[Scalar], str], subset: Subset | None = ..., **kwargs: dict[str, Any]
7676
) -> Styler: ...
7777
def set_tooltips(
7878
self,

0 commit comments

Comments
 (0)