2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-08 08:18:50 +00:00

PEP fixes

This commit is contained in:
Oliver Walters 2020-05-16 21:15:14 +10:00
parent a17ab9bfbd
commit d6a56da441
2 changed files with 3 additions and 3 deletions

View File

@ -1113,7 +1113,7 @@ class StockItemTestResult(models.Model):
user = models.ForeignKey( user = models.ForeignKey(
User, User,
on_delete = models.SET_NULL, on_delete=models.SET_NULL,
blank=True, null=True blank=True, null=True
) )