Skip to content

Commit a863384

Browse files
authored
axes3d
1 parent 534dc2b commit a863384

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
@@ -6,7 +6,8 @@ import numpy as np
66
from numpy.typing import ArrayLike
77

88
from matplotlib.artist import Artist
9-
from matplotlib.axes import Axes, Axes3D
9+
from matplotlib.axes import Axes
10+
from matplotlib.axes3d import Axes3D
1011
from matplotlib.backend_bases import (
1112
FigureCanvasBase,
1213
MouseButton,

0 commit comments

Comments
 (0)