Skip to content

Commit b281019

Browse files
committed
Remove unused import
1 parent 043e89c commit b281019

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pyntcloud/plot/matplotlib_backend.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
except ImportError:
66
plt = None
77

8-
try:
9-
from mpl_toolkits.mplot3d import Axes3D
10-
except ImportError:
11-
Axes3D = None
12-
138
from .common import get_colors
149

1510

0 commit comments

Comments
 (0)