We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17bb2a commit c7ebddfCopy full SHA for c7ebddf
1 file changed
huntflow_api_client/models/response/applicant_response.py
@@ -21,7 +21,7 @@ class ApplicantResponse(BaseModel):
21
applicant_external: int = Field(..., description="Resume ID")
22
vacancy: ApplicantResponseVacancy = Field(..., description="Vacancy")
23
vacancy_external: ApplicantResponseVacancyExternal = Field(
24
- ..., description="Publication of a vacancy for which an applicant responded"
+ ..., description="Publication of a vacancy for which an applicant responded",
25
)
26
27
0 commit comments