Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e629cd6

Browse files
committed
Remove un-used imports
1 parent 6c5b302 commit e629cd6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
import numpy as np
1313

1414
from matplotlib import (
15-
_api, artist, cbook, colors as mcolors, lines, text as mtext,
16-
path as mpath)
15+
artist, cbook, colors as mcolors, lines, text as mtext, path as mpath)
1716
from matplotlib.collections import (
1817
LineCollection, PolyCollection, PatchCollection, PathCollection)
1918
from matplotlib.colors import Normalize

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
from collections import defaultdict
1414
import functools
15-
import inspect
1615
import itertools
1716
import math
1817
from numbers import Integral

0 commit comments

Comments
 (0)