2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-03 04:00:57 +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

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