mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 00:58:16 -06:00
1 more set of missing parentheses in choices.py
This commit is contained in:
parent
0797af3e6e
commit
32b2e43973
@ -351,6 +351,7 @@ class PowerPortTypeChoices(ChoiceSet):
|
||||
(TYPE_ITA_M, 'ITA Type M (BS 546)'),
|
||||
(TYPE_ITA_N, 'ITA Type N'),
|
||||
(TYPE_ITA_O, 'ITA Type O'),
|
||||
)),
|
||||
('California Style', (
|
||||
(TYPE_CS_6360C, 'CS6360C'),
|
||||
(TYPE_CS_6361C, 'CS6361C'),
|
||||
|
Loading…
Reference in New Issue
Block a user