Skip to content

Commit 9c676c4

Browse files
committed
revert change + exclude from linting
1 parent b6251e7 commit 9c676c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/style.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3209,7 +3209,7 @@ def set_properties(self, subset: Subset | None = None, **kwargs) -> Styler:
32093209
return self.applymap(lambda x: values, subset=subset)
32103210

32113211
@Substitution(subset=subset)
3212-
def barchart(
3212+
def bar( # pylint: disable=disallowed-name
32133213
self,
32143214
subset: Subset | None = None,
32153215
axis: Axis | None = 0,

0 commit comments

Comments
 (0)