diff --git a/inventory_provider/routes/opsdb.py b/inventory_provider/routes/opsdb.py index 63e426244418c6fdcb31f6c8e40494db5c8ac7b9..c49fe1f269e04944aca61cb69e5cb158648185a7 100644 --- a/inventory_provider/routes/opsdb.py +++ b/inventory_provider/routes/opsdb.py @@ -6,7 +6,6 @@ from inventory_provider import db routes = Blueprint("inventory-opsdb-query-routes", __name__) -monitored_services_key = "monitored_services" interfaces_key = "interface_services" equipment_locations_key = "equipment_locations" service_child_to_parents_key = "child_to_parent_circuit_relations"