Skip to content

Commit 59baa71

Browse files
committed
add kwargs for future
1 parent 45fb229 commit 59baa71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/formats/style.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1809,6 +1809,7 @@ def _highlight_func(
18091809
data: FrameOrSeries,
18101810
props: str = "background-color: yellow;",
18111811
highlight: str = "max",
1812+
**kwargs,
18121813
) -> np.ndarray:
18131814
"""
18141815
Highlight the value in a Series or DataFrame by func with css-properties

0 commit comments

Comments
 (0)