mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix pep
This commit is contained in:
parent
fce8e3fe05
commit
0bdb62f263
@ -244,7 +244,6 @@ class StockItemDeleteTestData(AjaxUpdateView):
|
|||||||
|
|
||||||
def post(self, request, *args, **kwargs):
|
def post(self, request, *args, **kwargs):
|
||||||
|
|
||||||
|
|
||||||
valid = False
|
valid = False
|
||||||
|
|
||||||
stock_item = StockItem.objects.get(pk=self.kwargs['pk'])
|
stock_item = StockItem.objects.get(pk=self.kwargs['pk'])
|
||||||
|
Loading…
Reference in New Issue
Block a user