From 045ae3f2aeeba572dcb08ca077e8601ff239a2dd Mon Sep 17 00:00:00 2001
From: Neil Gershenfeld <gersh@cba.mit.edu>
Date: Thu, 2 Jan 2020 22:06:11 -0500
Subject: [PATCH] wip

---
 python/pcb.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/python/pcb.py b/python/pcb.py
index 6e9b743..bd3a316 100755
--- a/python/pcb.py
+++ b/python/pcb.py
@@ -6556,7 +6556,6 @@ class fab(part):
       self.shape = add(self.shape,circle(l,0,r))
       self.shape = add(self.shape,circle(-l,0,r))
 
-
 #
 # define board
 #
-- 
GitLab