mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-07 16:18:16 -06:00
Stray parens
This commit is contained in:
parent
a83329439e
commit
6e4c76af1f
@ -634,7 +634,6 @@ class InterfaceListFilter(django_filters.FilterSet):
|
||||
if not value.strip():
|
||||
return queryset
|
||||
return queryset.filter(device__name__icontains=value)
|
||||
)
|
||||
|
||||
def filter_type(self, queryset, name, value):
|
||||
value = value.strip().lower()
|
||||
|
Loading…
Reference in New Issue
Block a user