mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
correct import path following move of domain
This commit is contained in:
parent
80cd44c97a
commit
a0515ea3bb
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ from typing import Optional
|
|||
|
||||
from backend.app.db.models.portfolio import Epc
|
||||
from backend.app.db.models.recommendations import PlanModel, PlanTypeEnum, ScenarioModel
|
||||
from backend.domain.scenario import Scenario
|
||||
from backend.app.domain.scenario import Scenario
|
||||
|
||||
|
||||
class Plan:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue