From 5c95b835f15263c1223cdc00f9e5a0c3d4cbba5f Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Fri, 17 Feb 2023 16:40:03 +0000 Subject: [PATCH] PathComp component - FrontEnd: - removed unused import in unitary test --- src/pathcomp/frontend/tests/test_unitary.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pathcomp/frontend/tests/test_unitary.py b/src/pathcomp/frontend/tests/test_unitary.py index fd14c8a7a..d06386231 100644 --- a/src/pathcomp/frontend/tests/test_unitary.py +++ b/src/pathcomp/frontend/tests/test_unitary.py @@ -23,7 +23,6 @@ from common.tools.object_factory.Device import json_device_id from common.tools.object_factory.EndPoint import json_endpoint_id from common.tools.object_factory.Service import json_service_l3nm_planned from context.client.ContextClient import ContextClient -from device.client.DeviceClient import DeviceClient from pathcomp.frontend.client.PathCompClient import PathCompClient # Scenarios: -- GitLab