diff --git a/huntflow_api_client/models/response/applicant_response.py b/huntflow_api_client/models/response/applicant_response.py index 44a2fb6..52dc62b 100644 --- a/huntflow_api_client/models/response/applicant_response.py +++ b/huntflow_api_client/models/response/applicant_response.py @@ -21,7 +21,7 @@ class ApplicantResponse(BaseModel): applicant_external: int = Field(..., description="Resume ID") vacancy: ApplicantResponseVacancy = Field(..., description="Vacancy") vacancy_external: ApplicantResponseVacancyExternal = Field( - ..., description="Publication of a vacancy for which an applicant responded" + ..., description="Publication of a vacancy for which an applicant responded", )