Jeremy Stretch 9 年之前
父節點
當前提交
aab1fab445
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'),
         ),