diff --git a/planter.py b/planter.py index 7c70362..a434f45 100644 --- a/planter.py +++ b/planter.py @@ -84,7 +84,7 @@ circle_plate = ( ) .vertices() .cskHole(7, 7, 0.5, depth=None) - .center(0,0) + .center(0, 0) .makePolygon( star(outerRadius=planter_radius / 4.5, innerRadius=planter_radius / 8, n=10), forConstruction=True,