Skip to content

Commit b682778

Browse files
committed
simplify
1 parent 6d3a1dc commit b682778

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pandas/io/formats/style.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,14 +1771,7 @@ def f(
17711771

17721772
if props is None:
17731773
props = f"background-color: {color};"
1774-
return self.apply(
1775-
f,
1776-
axis=None,
1777-
subset=subset,
1778-
props=props,
1779-
d=start,
1780-
u=stop,
1781-
)
1774+
return self.apply(f, axis=None, subset=subset, props=props, d=start, u=stop)
17821775

17831776
def highlight_quantile(
17841777
self,

0 commit comments

Comments
 (0)