mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add some missing typing
This commit is contained in:
parent
3e07105edf
commit
81b33b8649
18 changed files with 73 additions and 59 deletions
|
|
@ -9,4 +9,4 @@ class BlockSlicingDecorator(SceneNodeDecorator):
|
|||
super().__init__()
|
||||
|
||||
def isBlockSlicing(self) -> bool:
|
||||
return True
|
||||
return True
|
||||
Loading…
Add table
Add a link
Reference in a new issue