From 210d67a89833cae96c5ae433f3fa054dea876b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Mon, 4 Sep 2023 20:46:17 +0200 Subject: [PATCH] Remove empty line --- shimatta_kenkyusho/parts/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shimatta_kenkyusho/parts/views.py b/shimatta_kenkyusho/parts/views.py index 5535423..b88b86a 100644 --- a/shimatta_kenkyusho/parts/views.py +++ b/shimatta_kenkyusho/parts/views.py @@ -223,7 +223,6 @@ class ComponentView(LoginRequiredMixin, KeepSearchParamMixin, BaseTemplateMixin, search_fragments = search_string.strip().split() for search in search_fragments: queryset = queryset.filter(Q(name__icontains = search) | Q(manufacturer__name__icontains = search) | Q(package__name__icontains = search)) - return queryset def get_component_queryset_from_advanced_search(self, cleaned_data):