2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00

PEP fixes

This commit is contained in:
Oliver Walters 2020-05-07 09:58:29 +10:00
parent 14132a6efa
commit ea0d32fd3d
2 changed files with 1 additions and 2 deletions

View File

@ -113,7 +113,6 @@ class StockAttachmentAdmin(admin.ModelAdmin):
list_display = ('stock_item', 'attachment', 'comment')
class StockTrackingAdmin(ImportExportModelAdmin):
list_display = ('item', 'date', 'title')

View File

@ -949,7 +949,7 @@ class StockItemAttachment(InvenTreeAttachment):
StockItem,
on_delete=models.CASCADE,
related_name='attachments'
)
)
class StockItemTracking(models.Model):