Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading