mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-08 00:08:49 +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…
x
Reference in New Issue
Block a user