mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-24 11:30:19 +00:00
PEP style fixes
This commit is contained in:
@@ -4,7 +4,6 @@ from import_export.admin import ImportExportModelAdmin
|
||||
from .models import PartCategory, Part
|
||||
from .models import SupplierPart
|
||||
from .models import BomItem
|
||||
from .models import PartAttachment
|
||||
|
||||
|
||||
class PartAdmin(ImportExportModelAdmin):
|
||||
@@ -21,9 +20,6 @@ class BomItemAdmin(ImportExportModelAdmin):
|
||||
list_display = ('part', 'sub_part', 'quantity')
|
||||
|
||||
|
||||
#class PartAttachmentAdmin(admin.ModelAdmin):
|
||||
# list_display = ('part', 'attachment')
|
||||
|
||||
class SupplierPartAdmin(ImportExportModelAdmin):
|
||||
list_display = ('part', 'supplier', 'SKU')
|
||||
|
||||
|
Reference in New Issue
Block a user