Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
daavoo committed Oct 13, 2020
1 parent 043e89c commit b281019
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyntcloud/plot/matplotlib_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
except ImportError:
plt = None

try:
from mpl_toolkits.mplot3d import Axes3D
except ImportError:
Axes3D = None

from .common import get_colors


Expand Down

0 comments on commit b281019

Please sign in to comment.