mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
style fix
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user