Skip to content

Commit 8196941

Browse files
GH1226 PR Feedback
1 parent 6dd566a commit 8196941

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas-stubs/io/formats/style.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ class _DataFrameFunc(Protocol):
5454
) -> npt.NDArray | DataFrame: ...
5555

5656
class _MapCallable(Protocol):
57-
"""Dedicated signature for functions passed in Styler.map."""
58-
5957
def __call__(
6058
self, first_arg: Scalar, /, *args: Any, **kwargs: Any
6159
) -> str | None: ...

0 commit comments

Comments
 (0)