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,
on_delete = models.SET_NULL,
on_delete=models.SET_NULL,
blank=True, null=True
)