Skip to content

Commit

Permalink
Type in ._version
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Dec 17, 2024
1 parent 20dd3bc commit 7dbf965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/plotting/test_boxplot_method.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def _check_ax_limits(col, ax):
assert y_max >= col.max()


if Version(mpl._version__) < Version("3.10"):
if Version(mpl.__version__) < Version("3.10"):
verts = [{"vert": False}, {"vert": True}]
else:
verts = [{"orientation": "horizontal"}, {"orientation": "vertical"}]
Expand Down

0 comments on commit 7dbf965

Please sign in to comment.