Skip to content

Commit 2c95f2c

Browse files
Fix line break in color_kwds parameter.
1 parent 9c44e23 commit 2c95f2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/plotting/_matplotlib/boxplot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ def _caps_c(self):
172172
def _get_colors(
173173
self,
174174
num_colors=None,
175-
color_kwds: Optional[Union[dict[str, MatplotlibColor], MatplotlibColor, Collection[MatplotlibColor]]] = "color",
175+
color_kwds: Optional[Union[dict[str, MatplotlibColor],
176+
MatplotlibColor, Collection[MatplotlibColor]]] = "color",
176177
) -> None:
177178
pass
178179

0 commit comments

Comments
 (0)