mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
PEP style fixes
This commit is contained in:
@ -52,6 +52,6 @@ class EditStockItemForm(forms.ModelForm):
|
||||
'batch',
|
||||
'quantity',
|
||||
'status',
|
||||
#'customer',
|
||||
# 'customer',
|
||||
'URL',
|
||||
]
|
||||
|
@ -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):
|
||||
|
Reference in New Issue
Block a user