Skip to content

Commit fb00698

Browse files
committed
fix failed cicd
1 parent 84d2d79 commit fb00698

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/plotting/_matplotlib/boxplot.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,6 @@ def _make_plot(self, fig: Figure) -> None:
212212

213213
# When `by` is assigned, the ticklabels will become unique grouped
214214
# values, instead of label which is used as subtitle in this case.
215-
# error: "Index" has no attribute "levels"; maybe "nlevels"?
216-
levels = self.data.columns.levels # type: ignore[attr-defined]
217215
ticklabels = [pprint_thing(col) for col in self.data.columns.get_level_values(0)] #
218216
else:
219217
ticklabels = [pprint_thing(label)]

0 commit comments

Comments
 (0)