From b3f813eaf144c834551383f6ef8f922bab0a9e2b Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Wed, 1 Mar 2023 16:13:57 -0300 Subject: [PATCH] lint --- notebook_nueva/zero_holder.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/notebook_nueva/zero_holder.py b/notebook_nueva/zero_holder.py index b6ee2b4..1b3c96e 100644 --- a/notebook_nueva/zero_holder.py +++ b/notebook_nueva/zero_holder.py @@ -2,9 +2,7 @@ import cadquery as cq positions = [(0, 0), (0, 23), (58, 23), (58, 0)] -stands = ( - cq.Sketch().push(positions).circle(3, mode="a").circle(2.65 / 2, mode="s") -) +stands = cq.Sketch().push(positions).circle(3, mode="a").circle(2.65 / 2, mode="s") pillar_height = 7 elements = [ @@ -15,4 +13,4 @@ elements = [ "shape": stands, "height": pillar_height, } -] \ No newline at end of file +]