mirror of https://github.com/Bunsly/JobSpy
remove comment
parent
98a724d58f
commit
eadaaadeaf
|
@ -49,7 +49,6 @@ class JobPost(BaseModel):
|
||||||
description: str = None
|
description: str = None
|
||||||
job_type: JobType = None
|
job_type: JobType = None
|
||||||
compensation: Compensation = None
|
compensation: Compensation = None
|
||||||
# why is 08-28-2023 a validiation error for type date? how do I fix this?
|
|
||||||
date_posted: date = None
|
date_posted: date = None
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue