1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

PEP8 cleanup

This commit is contained in:
Jeremy Stretch
2016-07-29 14:46:29 -04:00
parent d09ede8d1f
commit 1bbe7f95d6
3 changed files with 5 additions and 5 deletions

View File

@ -205,7 +205,7 @@ class VLANGroupTable(BaseTable):
vlan_count = tables.Column(verbose_name='VLANs')
slug = tables.Column(verbose_name='Slug')
actions = tables.TemplateColumn(template_code=VLANGROUP_ACTIONS, attrs={'td': {'class': 'text-right'}},
verbose_name='')
verbose_name='')
class Meta(BaseTable.Meta):
model = VLANGroup