From 8edc0cc8938484bd3e01821ce8b1160568b91b36 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 12 May 2022 12:47:25 +1000 Subject: [PATCH] PEP fixes --- InvenTree/build/admin.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = [