diff --git a/InvenTree/build/admin.py b/InvenTree/build/admin.py index 55d7a1e2d2..43909d2197 100644 --- a/InvenTree/build/admin.py +++ b/InvenTree/build/admin.py @@ -16,7 +16,7 @@ import part.models class BuildResource(ModelResource): """Class for managing import/export of Build data""" # For some reason, we need to specify the fields individually for this ModelResource, - # but we don't for other ones. + # but we don't for other ones. # TODO: 2022-05-12 - Need to investigate why this is the case! pk = Field(attribute='pk') @@ -51,7 +51,6 @@ class BuildResource(ModelResource): ] - class BuildAdmin(ImportExportModelAdmin): exclude = [