fixed error

pull/231/head
Yariv Menachem 2025-01-06 15:14:37 +02:00
parent 2be3ebcb78
commit 0d01789313
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,9 @@
from __future__ import annotations
import re
from asyncio import Lock, as_completed
from concurrent.futures import ThreadPoolExecutor
from threading import Lock
from concurrent.futures import ThreadPoolExecutor, as_completed
from jobs import (
Enum,
@ -16,6 +17,7 @@ from .google import GoogleJobsScraper
from .goozali import GoozaliScraper
from .indeed import IndeedScraper
from .linkedin import LinkedInScraper
from .scraper_input import ScraperInput
from .site import Site
from .utils import set_logger_level, create_logger
from .ziprecruiter import ZipRecruiterScraper

View File

@ -1,7 +1,6 @@
from datetime import datetime, timedelta
from . import GoozaliFieldChoice
from .model import GoozaliRow, GoozaliColumn, GoozaliColumnChoice
from .model import GoozaliRow, GoozaliColumn, GoozaliColumnChoice,GoozaliFieldChoice
from ..utils import create_logger
# Mapping function to convert parsed dictionary into GoozaliResponseData

View File

@ -1,6 +1,5 @@
from model.Position import Position
from . import GoozaliFieldChoice
from .model import GoozaliColumn
from .model import GoozaliColumn, GoozaliFieldChoice
job_post_column_to_goozali_column = {
"date_posted": "Discovered",