Pārlūkot izejas kodu

Clean up extra line that snuck in

Daniel Sheppard 6 gadi atpakaļ
vecāks
revīzija
e8ee6f1bc5
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      netbox/dcim/forms.py

+ 0 - 1
netbox/dcim/forms.py

@@ -2330,7 +2330,6 @@ class InterfaceCreateForm(InterfaceCommonForm, ComponentForm, forms.Form):
         self.fields['tagged_vlans'].choices = vlan_choices
 
 
-
 class InterfaceBulkEditForm(InterfaceCommonForm, BootstrapMixin, AddRemoveTagsForm, BulkEditForm):
     pk = forms.ModelMultipleChoiceField(
         queryset=Interface.objects.all(),