Removing more unneeded imports

This commit is contained in:
Thomas-Karl Pietrowski 2016-03-14 17:26:21 +01:00
parent 7bc99c8c19
commit 115d5dceae
2 changed files with 0 additions and 4 deletions

View file

@ -9,8 +9,6 @@ from UM.Mesh.MeshBuilder import MeshBuilder #To create a mesh to display the con
from UM.View.GL.OpenGL import OpenGL
import numpy
class ConvexHullNode(SceneNode):
def __init__(self, node, hull, parent = None):
super().__init__(parent)