mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Codestyle fixes
This commit is contained in:
parent
49211d3233
commit
bb52ba6848
4 changed files with 11 additions and 13 deletions
|
@ -16,8 +16,7 @@ class LayerData(MeshData):
|
|||
def getLayer(self, layer):
|
||||
if layer in self._layers:
|
||||
return self._layers[layer]
|
||||
else:
|
||||
return None
|
||||
return None
|
||||
|
||||
def getLayers(self):
|
||||
return self._layers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue