From b541c94d7f240384990da914b536bf4526829be9 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Thu, 3 Jan 2019 22:28:30 +0100 Subject: [PATCH] pep8 --- inventory_provider/juniper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/inventory_provider/juniper.py b/inventory_provider/juniper.py index e887c669..55b76058 100644 --- a/inventory_provider/juniper.py +++ b/inventory_provider/juniper.py @@ -161,7 +161,6 @@ def list_interfaces(netconf_config): return ifc - for i in netconf_config.xpath('//configuration/interfaces/interface'): info = _ifc_info(i) yield info -- GitLab