1 more set of missing parentheses in choices.py

This commit is contained in:
ryanmerolle 2020-01-03 17:47:59 -05:00
parent 0797af3e6e
commit 32b2e43973

View File

@ -351,6 +351,7 @@ class PowerPortTypeChoices(ChoiceSet):
(TYPE_ITA_M, 'ITA Type M (BS 546)'), (TYPE_ITA_M, 'ITA Type M (BS 546)'),
(TYPE_ITA_N, 'ITA Type N'), (TYPE_ITA_N, 'ITA Type N'),
(TYPE_ITA_O, 'ITA Type O'), (TYPE_ITA_O, 'ITA Type O'),
)),
('California Style', ( ('California Style', (
(TYPE_CS_6360C, 'CS6360C'), (TYPE_CS_6360C, 'CS6360C'),
(TYPE_CS_6361C, 'CS6361C'), (TYPE_CS_6361C, 'CS6361C'),