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:
authorGhostkeeper <rubend@tutanota.com>2020-08-19 16:35:57 +0300
committerGhostkeeper <rubend@tutanota.com>2020-08-19 16:35:57 +0300
commit9145a7e9e69a48a428a4ef335d8d3a9e7df56ca7 (patch)
treed6979df381c99dd2c325306e3f67b18a7f8de245
parent44885ab9a4ae21dd9a023d6924266f109a696b70 (diff)
Remove unused import
Done during investigation of #8075.
-rw-r--r--plugins/PostProcessingPlugin/scripts/ChangeAtZ.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PostProcessingPlugin/scripts/ChangeAtZ.py b/plugins/PostProcessingPlugin/scripts/ChangeAtZ.py
index 7865e7b6ae..b2a021a961 100644
--- a/plugins/PostProcessingPlugin/scripts/ChangeAtZ.py
+++ b/plugins/PostProcessingPlugin/scripts/ChangeAtZ.py
@@ -51,7 +51,7 @@
# M207 S<mm> F<mm/m> - set the retract length <S> or feed rate <F>
# M117 - output the current changes
-from typing import List, Optional, Dict
+from typing import List, Dict
from ..Script import Script
import re