mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 03:13:16 +08:00
Remove unused import
Contributes to issue CURA-5034.
This commit is contained in:
parent
efe4d3734d
commit
4c1149643f
@ -198,8 +198,6 @@ class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice):
|
|||||||
yield True #Return that we had success!
|
yield True #Return that we had success!
|
||||||
yield #To prevent having to catch the StopIteration exception.
|
yield #To prevent having to catch the StopIteration exception.
|
||||||
|
|
||||||
from cura.Utils.Threading import call_on_qt_thread
|
|
||||||
|
|
||||||
def _sendPrintJobWaitOnWriteJobFinished(self, job):
|
def _sendPrintJobWaitOnWriteJobFinished(self, job):
|
||||||
self._write_job_progress_message.hide()
|
self._write_job_progress_message.hide()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user