You've already forked RekomenciBackend
fix merge conflict
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user