mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-12 07:54:14 +00:00
PEP fixes
This commit is contained in:
@ -171,7 +171,7 @@ class StockMove(APIView):
|
||||
if len(errors) > 0:
|
||||
raise ValidationError(errors)
|
||||
|
||||
n = 0
|
||||
n = 0
|
||||
|
||||
for part in parts:
|
||||
if part.move(location, data.get('notes'), request.user):
|
||||
|
Reference in New Issue
Block a user