mirror of
https://github.com/inventree/InvenTree.git
synced 2026-03-25 05:38:41 +00:00
PEP fixes
This commit is contained in:
@@ -79,7 +79,7 @@ class PurchaseOrderCreate(AjaxCreateView):
|
||||
except Company.DoesNotExist:
|
||||
pass
|
||||
|
||||
return initials
|
||||
return initials
|
||||
|
||||
|
||||
class PurchaseOrderEdit(AjaxUpdateView):
|
||||
|
||||
Reference in New Issue
Block a user