We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29193c9 commit 99c7898Copy full SHA for 99c7898
pandas/tests/plotting/frame/test_frame_subplots.py
@@ -42,7 +42,7 @@ def test_subplots(self, kind):
42
_check_axes_shape(axes, axes_num=3, layout=(3, 1))
43
assert axes.shape == (3,)
44
45
- for ax, column in zip(axes, df.columns):
+ for ax, column in zip(axes, df.columns, strict=True):
46
_check_legend_labels(ax, labels=[pprint_thing(column)])
47
48
for ax in axes[:-2]:
0 commit comments