Skip to content

Commit 67e7204

Browse files
Merge pull request #915 from microsoft/psl-copilot-fix
fix: Resolved a copilot suggestion
2 parents afa587c + 7615c3c commit 67e7204

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)