From 90ba9f8ee9fc8bfcffdd3700c6aafae2a3fa20a7 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Mon, 5 Mar 2018 20:09:17 +0100 Subject: [PATCH] LidEdge: Fix duplicated option for spring --- boxes/edges.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/edges.py b/boxes/edges.py index ccad26c..d4f76f0 100644 --- a/boxes/edges.py +++ b/boxes/edges.py @@ -1374,7 +1374,7 @@ Inherited: absolute_params.update( { "second_pin": True, - "spring": ("both", "none", "left", "right", "both"), + "spring": ("both", "none", "left", "right"), } ) def edgeObjects(self, boxes, chars=None, add=True):