remove comment

pull/30/head
Cullen Watson 2023-08-31 13:57:15 -05:00
parent 98a724d58f
commit eadaaadeaf
1 changed files with 0 additions and 1 deletions

View File

@ -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