mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +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