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

pep8

parent a5e5a1b7
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ def _link_interface_info(r, hostname, interface):
'ipv6': []
}
else:
ifc_info =json.loads(ifc_info.decode('utf-8'))
ifc_info = json.loads(ifc_info.decode('utf-8'))
bundle_members = r.get(
f'netconf-interface-bundles:{hostname}:{interface}')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment