mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Fix bunch of issues found by pylint
This commit is contained in:
parent
bb52ba6848
commit
e74f049142
16 changed files with 50 additions and 44 deletions
|
@ -9,4 +9,7 @@ class BlockSlicingDecorator(SceneNodeDecorator):
|
|||
super().__init__()
|
||||
|
||||
def isBlockSlicing(self) -> bool:
|
||||
return True
|
||||
return True
|
||||
|
||||
def __deepcopy__(self, memo):
|
||||
return BlockSlicingDecorator()
|
Loading…
Add table
Add a link
Reference in a new issue