mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fixes for /build
This commit is contained in:
parent
cf374252c1
commit
b9f23554a5
@ -16,6 +16,6 @@ class EditBuildForm(HelperForm):
|
||||
'quantity',
|
||||
'batch',
|
||||
'notes',
|
||||
# 'status',
|
||||
# 'completion_date',
|
||||
# 'status',
|
||||
# 'completion_date',
|
||||
]
|
||||
|
@ -7,11 +7,9 @@ from django.views.generic import DetailView, ListView
|
||||
|
||||
from part.models import Part
|
||||
from .models import Build
|
||||
|
||||
from .forms import EditBuildForm
|
||||
|
||||
from InvenTree.views import AjaxView, AjaxUpdateView, AjaxCreateView
|
||||
from django.http import JsonResponse
|
||||
|
||||
|
||||
class BuildIndex(ListView):
|
||||
|
Loading…
Reference in New Issue
Block a user