From 051981689fc4fc7a18bdfa806b1727fe90066aef Mon Sep 17 00:00:00 2001 From: prudvisorra-aifa Date: Mon, 17 Mar 2025 22:21:19 +0530 Subject: [PATCH] Update util.py (#256) --- jobspy/indeed/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobspy/indeed/util.py b/jobspy/indeed/util.py index 5515ed1..649bce8 100644 --- a/jobspy/indeed/util.py +++ b/jobspy/indeed/util.py @@ -20,7 +20,7 @@ def get_job_type(attributes: list) -> list[JobType]: def get_compensation(compensation: dict) -> Compensation | None: """ Parses the job to get compensation - :param sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrompensation: + :param compensation: :return: compensation object """ if not compensation["baseSalary"] and not compensation["estimated"]: