Skip to content

Commit

Permalink
Merge pull request #28247 from meeseeksmachine/auto-backport-of-pr-28…
Browse files Browse the repository at this point in the history
…230-on-v3.9.x

Backport PR #28230 on branch v3.9.x (Add extra imports to improve typing)
  • Loading branch information
timhoffm committed May 17, 2024
2 parents 660ea35 + 63351f2 commit c0ed7a5
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 c0ed7a5

Please sign in to comment.