fix merge conflict

This commit is contained in:
ivankirpichnikov
2025-11-23 05:28:35 +03:00
26 changed files with 478 additions and 269 deletions
+3 -3
View File
@@ -6,8 +6,8 @@ from fastapi import APIRouter
from pydantic import BaseModel, Field
from template_project.application.resume.entity import ResumeId
from template_project.application.resume.interactors.predict_salary import (
PredictSalaryInteractor,
from template_project.application.resume.interactors.predict_model import (
PredictModelInteractor,
PredictSalaryRequest,
VacancyInput,
)
@@ -94,7 +94,7 @@ class PredictSalaryResponseModel(BaseModel):
)
async def predict(
request: PredictSalaryRequestModel,
interactor: FromDishka[PredictSalaryInteractor],
interactor: FromDishka[PredictModelInteractor],
) -> PredictSalaryResponseModel:
vacancy_inputs = [
VacancyInput(