[OpenSCAD] Minor fixes from LGTM analysis

This commit is contained in:
Chris Hennes
2021-03-05 18:33:22 -06:00
committed by wwmayer
parent 300ab23600
commit 7b33ba361b
7 changed files with 20 additions and 33 deletions

View File

@@ -29,7 +29,6 @@ This Script includes python functions to find out the most basic shape type
in a compound and to change the color of shapes according to their shape type
'''
import FreeCAD
def shapedict(shapelst):
return dict([(shape.hashCode(),shape) for shape in shapelst])