PEP fixes

This commit is contained in:
Oliver Walters 2020-04-05 00:38:25 +11:00
parent 0cfb293ca9
commit 8b61acb048

View File

@ -390,8 +390,8 @@ class Part(models.Model):
null=True,
blank=True,
variations={'thumbnail': (128, 128)},
delete_orphans=True
)
delete_orphans=True,
)
default_location = TreeForeignKey('stock.StockLocation', on_delete=models.SET_NULL,
blank=True, null=True,