Skip to content

Commit 8d4c506

Browse files
committed
Add missing import
1 parent 78b63f8 commit 8d4c506

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/plotting/_matplotlib/boxplot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
)
88
import warnings
99

10+
import matplotlib as mpl
1011
from matplotlib.artist import setp
1112
import numpy as np
1213

0 commit comments

Comments
 (0)