mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
style fix
This commit is contained in:
parent
9c8717574a
commit
f051714a75
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user