2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

PEP fixes

This commit is contained in:
Oliver Walters
2019-04-28 01:09:48 +10:00
parent aa04941bf1
commit d55ea1a982
14 changed files with 15 additions and 17 deletions

View File

@ -7,4 +7,4 @@ It includes models for:
- Part
- SupplierPart
- BomItem
"""
"""

View File

@ -226,7 +226,7 @@ class SupplierPartDetail(generics.RetrieveUpdateDestroyAPIView):
class SupplierPriceBreakList(generics.ListCreateAPIView):
""" API endpoint for list view of SupplierPriceBreak object
""" API endpoint for list view of SupplierPriceBreak object
- GET: Retrieve list of SupplierPriceBreak objects
- POST: Create a new SupplierPriceBreak object