Remove unused import

Contributes to issue CURA-5034.
This commit is contained in:
Ghostkeeper 2018-06-08 13:08:34 +02:00
parent efe4d3734d
commit 4c1149643f
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -198,8 +198,6 @@ class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice):
yield True #Return that we had success!
yield #To prevent having to catch the StopIteration exception.
from cura.Utils.Threading import call_on_qt_thread
def _sendPrintJobWaitOnWriteJobFinished(self, job):
self._write_job_progress_message.hide()