Skip to content

Commit c773c94

Browse files
committed
Add extra imports to improve typing
1 parent 80b08bd commit c773c94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/pyplot.py

+3
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@
9090
import PIL.Image
9191
from numpy.typing import ArrayLike
9292

93+
import matplotlib.axes
94+
import matplotlib.artist
95+
import matplotlib.backend_bases
9396
from matplotlib.axis import Tick
9497
from matplotlib.axes._base import _AxesBase
9598
from matplotlib.backend_bases import RendererBase, Event

0 commit comments

Comments
 (0)