mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Remove unused import
Contributes to issue CURA-5034.
This commit is contained in:
parent
efe4d3734d
commit
4c1149643f
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue