Remove unused import in StartSliceJob

Contributes to CURA-358
This commit is contained in:
Arjen Hiemstra 2015-11-11 10:59:34 +01:00
parent b4591c49ce
commit b7471d6b1d

View file

@ -1,7 +1,6 @@
# Copyright (c) 2015 Ultimaker B.V. # Copyright (c) 2015 Ultimaker B.V.
# Cura is released under the terms of the AGPLv3 or higher. # Cura is released under the terms of the AGPLv3 or higher.
import time
import numpy import numpy
from UM.Job import Job from UM.Job import Job