diff --git a/python/pcb.py b/python/pcb.py
index 6e9b74396a54281da741630d5f1c207afed19c0b..bd3a316a1b128ff0804722fc6a1fe851bc3878b9 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
 #