mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 04:26:44 +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…
x
Reference in New Issue
Block a user