From f051714a7510dbef72ddc94220f2dd743def69c8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 2 Jul 2021 16:34:06 +0200 Subject: [PATCH] style fix --- InvenTree/stock/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/stock/api.py b/InvenTree/stock/api.py index 17a762c357..98dcab6287 100644 --- a/InvenTree/stock/api.py +++ b/InvenTree/stock/api.py @@ -869,7 +869,6 @@ class StockList(generics.ListCreateAPIView): else: queryset = queryset.filter(purchase_price=None) - # Optionally, limit the maximum number of returned results max_results = params.get('max_results', None)