PEP fixes

This commit is contained in:
Oliver Walters 2019-05-02 20:19:08 +10:00
parent 38100520df
commit 194a0962f3

View File

@ -207,7 +207,7 @@ class Part(models.Model):
""" Return True if this part needs to be restocked
(either by purchasing or building).
If the allocated_stock exceeds the total_stock,
If the allocated_stock exceeds the total_stock,
then we need to restock.
"""