From 32b2e439736d98d91cbd5dd7e4e8bf694425dc61 Mon Sep 17 00:00:00 2001 From: ryanmerolle Date: Fri, 3 Jan 2020 17:47:59 -0500 Subject: [PATCH] 1 more set of missing parentheses in choices.py --- netbox/dcim/choices.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox/dcim/choices.py b/netbox/dcim/choices.py index 3b496e45a..76dcd20dc 100644 --- a/netbox/dcim/choices.py +++ b/netbox/dcim/choices.py @@ -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'),