2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

PEP fixes

This commit is contained in:
Oliver Walters
2019-05-05 11:44:23 +10:00
parent c75d892fd7
commit 7987fcc7cc
3 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,7 @@ JSON serializers for Part app
from rest_framework import serializers
from .models import Part, PartStar, PartAttachment
from .models import Part, PartStar
from .models import SupplierPart, SupplierPriceBreak
from .models import PartCategory
from .models import BomItem