Skip to content

Commit 5dce8d8

Browse files
author
koval
committed
Fix typehint.
1 parent c13b73e commit 5dce8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: huntflow_webhook_models/common_models/applicant.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class Applicant(BaseModel):
119119
description="Additional fields",
120120
examples=[{"favorite_language": "python"}],
121121
)
122-
externals: Optional[list[ApplicantExternalAccount]] = None
122+
externals: Optional[List[ApplicantExternalAccount]] = None
123123

124124

125125
class Respondent(BaseModel):

0 commit comments

Comments
 (0)