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

PEP style fixes

This commit is contained in:
Oliver
2018-04-23 21:18:35 +10:00
parent 86a9b36c99
commit 08ed128bea
18 changed files with 47 additions and 98 deletions

View File

@ -11,11 +11,7 @@ from django.dispatch import receiver
from datetime import datetime
#from company.models import Company
#from part.models import Part
#from part.models import SupplierPart
from InvenTree.models import InvenTreeTree
#from build.models import Build
class StockLocation(InvenTreeTree):