Skip to content

Commit 7615c3c

Browse files
Fixed a copilot suggestion
1 parent 9b7a7e4 commit 7615c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/backend/v4/orchestration/helper/test_plan_to_mplan_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
# Environment variables and paths are set by conftest.py
3030
# Import the models (conftest.py handles path setup)
31-
from backend.v4.models.models import MPlan, PlanStatus
31+
from backend.v4.models.models import MPlan
3232

3333
# Import the converter
3434
from backend.v4.orchestration.helper.plan_to_mplan_converter import PlanToMPlanConverter

0 commit comments

Comments
 (0)