Add linting

This commit is contained in:
2023-04-15 18:59:08 -03:00
parent 1a60b2327e
commit 812b9c1285
4 changed files with 10 additions and 4 deletions

View File

@ -2,7 +2,7 @@ from utils import extrude_shape, punch_hole
import cadquery as cq
elements = None
bottom_holes = None # Not really vents FIXME
bottom_holes = None
def init(positions, thickness):