mirror of
https://github.com/inventree/InvenTree.git
synced 2025-11-08 09:05:40 +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