diff --git a/inventory_provider/routes/poller.py b/inventory_provider/routes/poller.py index 4bd254f76c827777abb661d51b7342dc48fa3031..79c3ec88ce0976f61c3ee1f5c901bbe07e88d671 100644 --- a/inventory_provider/routes/poller.py +++ b/inventory_provider/routes/poller.py @@ -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 {