2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-30 18:50:53 +00:00

PEP style fixes

This commit is contained in:
Oliver Walters
2022-05-04 17:31:44 +10:00
parent adbcd68fe8
commit 1cefdfc2e4
9 changed files with 9 additions and 20 deletions

View File

@ -337,7 +337,6 @@ class PurchaseOrderIssue(PurchaseOrderContextMixin, generics.CreateAPIView):
serializer_class = serializers.PurchaseOrderIssueSerializer
class PurchaseOrderReceive(PurchaseOrderContextMixin, generics.CreateAPIView):
"""
API endpoint to receive stock items against a purchase order.