Clean up extra line that snuck in

This commit is contained in:
Daniel Sheppard 2019-09-17 15:45:55 -05:00 committed by Marco Ceppi
parent 9b2a126ec8
commit 6d1417b156

View File

@ -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(),