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:
authorJaime van Kessel <nallath@gmail.com>2020-01-10 16:25:35 +0300
committerJaime van Kessel <nallath@gmail.com>2020-01-10 16:58:53 +0300
commit81b33b864959610ea5a367d3149706d35ca499e2 (patch)
treee828e6e8950529d318d2f77e4be007d48a1d3e5b /cura/Scene
parent3e07105edfa12651980abe61e0141127d60598f0 (diff)
Add some missing typing
Diffstat (limited to 'cura/Scene')
-rw-r--r--cura/Scene/BlockSlicingDecorator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/Scene/BlockSlicingDecorator.py b/cura/Scene/BlockSlicingDecorator.py
index 0536e1635f..d9c9e0ac5e 100644
--- a/cura/Scene/BlockSlicingDecorator.py
+++ b/cura/Scene/BlockSlicingDecorator.py
@@ -9,4 +9,4 @@ class BlockSlicingDecorator(SceneNodeDecorator):
super().__init__()
def isBlockSlicing(self) -> bool:
- return True
+ return True \ No newline at end of file