mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fixes
This commit is contained in:
parent
a17ab9bfbd
commit
d6a56da441
@ -1113,7 +1113,7 @@ class StockItemTestResult(models.Model):
|
||||
|
||||
user = models.ForeignKey(
|
||||
User,
|
||||
on_delete = models.SET_NULL,
|
||||
on_delete=models.SET_NULL,
|
||||
blank=True, null=True
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user