From 0797af3e6e198a12fdc57cfe31add8f1e6a252b4 Mon Sep 17 00:00:00 2001 From: ryanmerolle Date: Fri, 3 Jan 2020 17:43:41 -0500 Subject: [PATCH] Fixed Missing Parentheses in chouces.py --- netbox/dcim/choices.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox/dcim/choices.py b/netbox/dcim/choices.py index 923088480..3b496e45a 100644 --- a/netbox/dcim/choices.py +++ b/netbox/dcim/choices.py @@ -503,6 +503,7 @@ class PowerOutletTypeChoices(ChoiceSet): (TYPE_CS_8365C, 'CS8365C'), (TYPE_CS_8464C, 'CS8464C'), (TYPE_CS_8465C, 'CS8465C'), + )), )