diff --git a/netbox/dcim/forms.py b/netbox/dcim/forms.py index 996c231c8..6aef5808c 100644 --- a/netbox/dcim/forms.py +++ b/netbox/dcim/forms.py @@ -255,7 +255,7 @@ class RackCSVForm(forms.ModelForm): help_text='Rack type' ) width = forms.ChoiceField( - choices = ( + choices=( (RACK_WIDTH_19IN, '19'), (RACK_WIDTH_23IN, '23'), ),