LidEdge: Fix duplicated option for spring

This commit is contained in:
Florian Festi 2018-03-05 20:09:17 +01:00
parent 49f5ecc476
commit 90ba9f8ee9
1 changed files with 1 additions and 1 deletions

View File

@ -1374,7 +1374,7 @@ Inherited:
absolute_params.update( { absolute_params.update( {
"second_pin": True, "second_pin": True,
"spring": ("both", "none", "left", "right", "both"), "spring": ("both", "none", "left", "right"),
} ) } )
def edgeObjects(self, boxes, chars=None, add=True): def edgeObjects(self, boxes, chars=None, add=True):