From e66fcde806aa7f6abaca94f846f21d2a9839e2a5 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 17 Mar 2022 11:32:40 -0400 Subject: [PATCH] Whitespace cleanup --- netbox_access_lists/tables.py | 1 - 1 file changed, 1 deletion(-) diff --git a/netbox_access_lists/tables.py b/netbox_access_lists/tables.py index 8d5f695..cd0bbc2 100644 --- a/netbox_access_lists/tables.py +++ b/netbox_access_lists/tables.py @@ -34,4 +34,3 @@ class AccessListRuleTable(NetBoxTable): 'access_list', 'index', 'source_prefix', 'source_ports', 'destination_prefix', 'destination_ports', 'protocol', 'action', 'actions', ) -