Skip to content

Commit 607a385

Browse files
committed
Fix style
1 parent 834da4e commit 607a385

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

netbox/dcim/api/serializers_/manufacturers.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ class ManufacturerSerializer(OrganizationalModelSerializer):
1818
class Meta:
1919
model = Manufacturer
2020
fields = [
21-
'id', 'url', 'display_url', 'display', 'name', 'slug', 'description', 'owner', 'comments', 'tags', 'custom_fields',
22-
'created', 'last_updated', 'devicetype_count', 'moduletype_count', 'inventoryitem_count', 'platform_count',
21+
'id', 'url', 'display_url', 'display', 'name', 'slug', 'description', 'owner', 'comments', 'tags',
22+
'custom_fields', 'created', 'last_updated', 'devicetype_count', 'moduletype_count', 'inventoryitem_count',
23+
'platform_count',
2324
]
2425
brief_fields = ('id', 'url', 'display', 'name', 'slug', 'description', 'devicetype_count')

0 commit comments

Comments
 (0)