2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-12 07:54:14 +00:00

PEP fixes

This commit is contained in:
Oliver Walters
2019-04-25 23:25:52 +10:00
parent 1f8632c77c
commit 8d5850248e
2 changed files with 2 additions and 2 deletions

View File

@ -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):