Jeremy Stretch il y a 7 ans
Parent
commit
aab1fab445
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      netbox/dcim/forms.py

+ 1 - 1
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'),
         ),