PEP fixes

This commit is contained in:
Oliver 2022-05-12 12:47:25 +10:00
parent a83c3289b7
commit 8edc0cc893

View File

@ -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 = [