Skip to content

Commit 4244fb2

Browse files
authored
1 parent a863384 commit 4244fb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/figure.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ from numpy.typing import ArrayLike
77

88
from matplotlib.artist import Artist
99
from matplotlib.axes import Axes
10-
from matplotlib.axes3d import Axes3D
1110
from matplotlib.backend_bases import (
1211
FigureCanvasBase,
1312
MouseButton,
@@ -26,6 +25,8 @@ from matplotlib.lines import Line2D
2625
from matplotlib.patches import Rectangle, Patch
2726
from matplotlib.text import Text
2827
from matplotlib.transforms import Affine2D, Bbox, BboxBase, Transform
28+
from mpl_toolkits.mplot3d import Axes3D
29+
2930
from .typing import ColorType, HashableList
3031

3132
_T = TypeVar("_T")

0 commit comments

Comments
 (0)