diff --git a/netbox/dcim/forms.py b/netbox/dcim/forms.py index cdb4cfa4d..d59caae65 100644 --- a/netbox/dcim/forms.py +++ b/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(),