diff --git a/netbox/utilities/forms.py b/netbox/utilities/forms.py index ce05c8ee3..9d5d8496c 100644 --- a/netbox/utilities/forms.py +++ b/netbox/utilities/forms.py @@ -58,7 +58,6 @@ def get_filter_choices(model, id_field='pk', select_related=[], count_field=None return choices - # # Widgets #