mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-24 08:25:17 -06:00
#10465: PEP8 fix
This commit is contained in:
parent
5476af218b
commit
97659b5493
@ -86,7 +86,7 @@ class DeviceTypeTable(NetBoxTable):
|
|||||||
url_name='dcim:devicetype_list'
|
url_name='dcim:devicetype_list'
|
||||||
)
|
)
|
||||||
u_height = columns.TemplateColumn(
|
u_height = columns.TemplateColumn(
|
||||||
template_code='{{ value|floatformat }}'
|
template_code='{{ value|floatformat }}'
|
||||||
)
|
)
|
||||||
|
|
||||||
class Meta(NetBoxTable.Meta):
|
class Meta(NetBoxTable.Meta):
|
||||||
|
Loading…
Reference in New Issue
Block a user