2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

PEP fixes

This commit is contained in:
Oliver Walters
2019-06-10 23:08:08 +10:00
parent 3954b33fb7
commit d8d41c6eff
3 changed files with 9 additions and 9 deletions

View File

@ -79,7 +79,7 @@ class PurchaseOrderCreate(AjaxCreateView):
except Company.DoesNotExist:
pass
return initials
return initials
class PurchaseOrderEdit(AjaxUpdateView):