mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
PEP8 fix
This commit is contained in:
parent
e06221bc89
commit
aab1fab445
@ -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'),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user