From 7615c3c6ca0363f78f87c8a4c336d8590d539494 Mon Sep 17 00:00:00 2001 From: "Prekshith D J (Persistent Systems Inc)" Date: Fri, 10 Apr 2026 10:37:49 +0530 Subject: [PATCH] Fixed a copilot suggestion --- .../v4/orchestration/helper/test_plan_to_mplan_converter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/backend/v4/orchestration/helper/test_plan_to_mplan_converter.py b/src/tests/backend/v4/orchestration/helper/test_plan_to_mplan_converter.py index 974af8794..70879b258 100644 --- a/src/tests/backend/v4/orchestration/helper/test_plan_to_mplan_converter.py +++ b/src/tests/backend/v4/orchestration/helper/test_plan_to_mplan_converter.py @@ -28,7 +28,7 @@ # Environment variables and paths are set by conftest.py # Import the models (conftest.py handles path setup) -from backend.v4.models.models import MPlan, PlanStatus +from backend.v4.models.models import MPlan # Import the converter from backend.v4.orchestration.helper.plan_to_mplan_converter import PlanToMPlanConverter