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

removed a generator evaluation, for testing

parent ff924719
No related branches found
No related tags found
No related merge requests found
......@@ -333,7 +333,6 @@ def _load_interfaces_and_speeds(hostname=None):
"""
basic_interfaces = _load_interfaces(hostname)
with_bundles = _add_bundle_parents(basic_interfaces, hostname)
with_bundles = list(with_bundles)
def _result_ifc(ifc):
return {
......
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