mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	PEP fixes
This commit is contained in:
		| @@ -16,13 +16,13 @@ class TestReportSerializer(InvenTreeModelSerializer): | ||||
|     class Meta: | ||||
|         model = TestReport | ||||
|         fields = [ | ||||
|         'pk', | ||||
|         'name', | ||||
|         'description', | ||||
|         'template', | ||||
|         'filters', | ||||
|         'enabled', | ||||
|     ] | ||||
|             'pk', | ||||
|             'name', | ||||
|             'description', | ||||
|             'template', | ||||
|             'filters', | ||||
|             'enabled', | ||||
|         ] | ||||
|  | ||||
|  | ||||
| class BuildReportSerializer(InvenTreeModelSerializer): | ||||
| @@ -48,10 +48,10 @@ class BOMReportSerializer(InvenTreeModelSerializer): | ||||
|     class Meta: | ||||
|         model = BillOfMaterialsReport | ||||
|         fields = [ | ||||
|         'pk', | ||||
|         'name', | ||||
|         'description', | ||||
|         'template', | ||||
|         'filters', | ||||
|         'enabled', | ||||
|     ] | ||||
|             'pk', | ||||
|             'name', | ||||
|             'description', | ||||
|             'template', | ||||
|             'filters', | ||||
|             'enabled', | ||||
|         ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user