Skip to content

Commit 7dbf965

Browse files
committed
Type in ._version
1 parent 20dd3bc commit 7dbf965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/plotting/test_boxplot_method.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def _check_ax_limits(col, ax):
3636
assert y_max >= col.max()
3737

3838

39-
if Version(mpl._version__) < Version("3.10"):
39+
if Version(mpl.__version__) < Version("3.10"):
4040
verts = [{"vert": False}, {"vert": True}]
4141
else:
4242
verts = [{"orientation": "horizontal"}, {"orientation": "vertical"}]

0 commit comments

Comments
 (0)