Fixed Missing Parentheses in chouces.py

This commit is contained in:
ryanmerolle 2020-01-03 17:43:41 -05:00
parent e1194401a1
commit 0797af3e6e

View File

@ -503,6 +503,7 @@ class PowerOutletTypeChoices(ChoiceSet):
(TYPE_CS_8365C, 'CS8365C'), (TYPE_CS_8365C, 'CS8365C'),
(TYPE_CS_8464C, 'CS8464C'), (TYPE_CS_8464C, 'CS8464C'),
(TYPE_CS_8465C, 'CS8465C'), (TYPE_CS_8465C, 'CS8465C'),
)),
) )