From 4c5821331d16fb3585dfaa52996ddd3e030b197e Mon Sep 17 00:00:00 2001 From: Solvik Blum Date: Thu, 29 Aug 2019 09:20:41 +0000 Subject: [PATCH] pep8 --- netbox_agent/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox_agent/config.py b/netbox_agent/config.py index 2ac8af2..bf6c34e 100644 --- a/netbox_agent/config.py +++ b/netbox_agent/config.py @@ -40,7 +40,7 @@ if config.get('slot_location'): SLOT_LOCATION = slot_location.get('driver') SLOT_LOCATION_REGEX = slot_location.get('regex') - + NETWORK_IGNORE_INTERFACES = None NETWORK_IGNORE_IPS = None NETWORK_LLDP = None