Eliminate possible name conflict

This commit is contained in:
Bruno Blanes 2023-06-26 17:00:02 -03:00 committed by GitHub
parent 0861c17231
commit 38dc0bbe9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -728,8 +728,8 @@ class PowerOutletTypeChoices(ChoiceSet):
(TYPE_ITA_MULTISTANDARD, 'ITA Multistandard'),
)),
('NBR 14136', (
(TYPE_NBR_14136_10A, '2P+T 10A'),
(TYPE_NBR_14136_20A, '2P+T 20A'),
(TYPE_NBR_14136_10A, 'NBR 2P+T 10A'),
(TYPE_NBR_14136_20A, 'NBR 2P+T 20A'),
)),
('USB', (
(TYPE_USB_A, 'USB Type A'),