Skip to content
Snippets Groups Projects
Commit b541c94d authored by Erik Reid's avatar Erik Reid
Browse files

pep8

parent 7ae0f048
No related branches found
No related tags found
No related merge requests found
...@@ -161,7 +161,6 @@ def list_interfaces(netconf_config): ...@@ -161,7 +161,6 @@ def list_interfaces(netconf_config):
return ifc return ifc
for i in netconf_config.xpath('//configuration/interfaces/interface'): for i in netconf_config.xpath('//configuration/interfaces/interface'):
info = _ifc_info(i) info = _ifc_info(i)
yield info yield info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment