mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fixes
This commit is contained in:
parent
a349e77866
commit
e72aaf2e07
@ -16,13 +16,13 @@ class TestReportSerializer(InvenTreeModelSerializer):
|
|||||||
class Meta:
|
class Meta:
|
||||||
model = TestReport
|
model = TestReport
|
||||||
fields = [
|
fields = [
|
||||||
'pk',
|
'pk',
|
||||||
'name',
|
'name',
|
||||||
'description',
|
'description',
|
||||||
'template',
|
'template',
|
||||||
'filters',
|
'filters',
|
||||||
'enabled',
|
'enabled',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
class BuildReportSerializer(InvenTreeModelSerializer):
|
class BuildReportSerializer(InvenTreeModelSerializer):
|
||||||
@ -48,10 +48,10 @@ class BOMReportSerializer(InvenTreeModelSerializer):
|
|||||||
class Meta:
|
class Meta:
|
||||||
model = BillOfMaterialsReport
|
model = BillOfMaterialsReport
|
||||||
fields = [
|
fields = [
|
||||||
'pk',
|
'pk',
|
||||||
'name',
|
'name',
|
||||||
'description',
|
'description',
|
||||||
'template',
|
'template',
|
||||||
'filters',
|
'filters',
|
||||||
'enabled',
|
'enabled',
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user