Skip to content

Commit b99e636

Browse files
authored
Merge pull request #12122 from jklymak/fix-imports
MNT: re-add cbook import art3d
2 parents afda25a + 6355c97 commit b99e636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import numpy as np
1313

1414
from matplotlib import (
15-
artist, colors as mcolors, lines, text as mtext, path as mpath)
15+
artist, cbook, colors as mcolors, lines, text as mtext, path as mpath)
1616
from matplotlib.collections import (
1717
LineCollection, PolyCollection, PatchCollection, PathCollection)
1818
from matplotlib.colors import Normalize

0 commit comments

Comments
 (0)