mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
PEP fixes
This commit is contained in:
parent
14132a6efa
commit
ea0d32fd3d
@ -113,7 +113,6 @@ class StockAttachmentAdmin(admin.ModelAdmin):
|
||||
list_display = ('stock_item', 'attachment', 'comment')
|
||||
|
||||
|
||||
|
||||
class StockTrackingAdmin(ImportExportModelAdmin):
|
||||
list_display = ('item', 'date', 'title')
|
||||
|
||||
|
@ -949,7 +949,7 @@ class StockItemAttachment(InvenTreeAttachment):
|
||||
StockItem,
|
||||
on_delete=models.CASCADE,
|
||||
related_name='attachments'
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
class StockItemTracking(models.Model):
|
||||
|
Loading…
x
Reference in New Issue
Block a user