mirror of
https://github.com/inventree/InvenTree.git
synced 2025-09-09 20:21:24 +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