Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Dec 17, 2024
1 parent 78b63f8 commit 8d4c506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/plotting/_matplotlib/boxplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
)
import warnings

import matplotlib as mpl
from matplotlib.artist import setp
import numpy as np

Expand Down

0 comments on commit 8d4c506

Please sign in to comment.