Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UM3NetworkPrinting/SendMaterialJob.py')
-rw-r--r--plugins/UM3NetworkPrinting/SendMaterialJob.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UM3NetworkPrinting/SendMaterialJob.py b/plugins/UM3NetworkPrinting/SendMaterialJob.py
index 02b5b68393..0ac38843a1 100644
--- a/plugins/UM3NetworkPrinting/SendMaterialJob.py
+++ b/plugins/UM3NetworkPrinting/SendMaterialJob.py
@@ -23,7 +23,7 @@ if TYPE_CHECKING:
#
# This way it won't freeze up the interface while sending those materials.
class SendMaterialJob(Job):
- def __init__(self, device: "ClusterUM3OutputDevice"):
+ def __init__(self, device: "ClusterUM3OutputDevice") -> None:
super().__init__()
self.device = device #type: ClusterUM3OutputDevice