From 4c1149643f2110c890c6ed04c827387ab5cefb76 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 8 Jun 2018 13:08:34 +0200 Subject: [PATCH] Remove unused import Contributes to issue CURA-5034. --- plugins/UM3NetworkPrinting/ClusterUM3OutputDevice.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/UM3NetworkPrinting/ClusterUM3OutputDevice.py b/plugins/UM3NetworkPrinting/ClusterUM3OutputDevice.py index c54ced6b13..1492618718 100644 --- a/plugins/UM3NetworkPrinting/ClusterUM3OutputDevice.py +++ b/plugins/UM3NetworkPrinting/ClusterUM3OutputDevice.py @@ -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()