Skip to content

Commit

Permalink
Backport PR matplotlib#28230: Add extra imports to improve typing
Browse files Browse the repository at this point in the history
  • Loading branch information
timhoffm authored and meeseeksmachine committed May 17, 2024
1 parent 660ea35 commit 63351f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/matplotlib/pyplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
import PIL.Image
from numpy.typing import ArrayLike

import matplotlib.axes
import matplotlib.artist
import matplotlib.backend_bases
from matplotlib.axis import Tick
from matplotlib.axes._base import _AxesBase
from matplotlib.backend_bases import RendererBase, Event
Expand Down

0 comments on commit 63351f2

Please sign in to comment.