mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 01:06:11 -06:00
Fix pep8
This commit is contained in:
parent
81369a3768
commit
cb4c6eaa25
@ -36,7 +36,6 @@ class FHRPGroupTable(NetBoxTable):
|
||||
def value_ip_addresses(self, value):
|
||||
return ",".join([str(obj.address) for obj in value.all()])
|
||||
|
||||
|
||||
class Meta(NetBoxTable.Meta):
|
||||
model = FHRPGroup
|
||||
fields = (
|
||||
|
Loading…
Reference in New Issue
Block a user