From ac9280dc3db401cde8c1f87037ad0a88d7c08813 Mon Sep 17 00:00:00 2001 From: Robert Latta <robert.latta@geant.org> Date: Wed, 23 Jan 2019 14:27:42 +0000 Subject: [PATCH] Removed unnecessary variable --- inventory_provider/routes/opsdb.py | 1 - 1 file changed, 1 deletion(-) diff --git a/inventory_provider/routes/opsdb.py b/inventory_provider/routes/opsdb.py index 63e42624..c49fe1f2 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" -- GitLab