Skip to content

Commit

Permalink
fix: removing unecessary subtype in connectors initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Sep 2, 2024
1 parent a492118 commit d7f0960
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/adzuna/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def format_job(
Adzuna = Connector(
name="Adzuna",
type=ConnectorType.JobBoard,
subtype="adzuna",
description="Retrieve Adzuna's job, property and car advertisement listings.",
url="https://www.adzuna.fr/",
actions=[
Expand Down
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/breezyhr/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ def format_candidate(breezy_profile: BreezyProfileModel) -> HrFlowProfile:
BreezyHR = Connector(
name="BreezyHR",
type=ConnectorType.ATS,
subtype="breezyhr",
description=(
"Breezyhr is an end-to-end recruiting software "
"to help you attract & hire great employees with less effort"
Expand Down
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/bullhorn/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ def format_application(data: HrFlowProfile) -> t.Dict:
Bullhorn = Connector(
name="Bullhorn",
type=ConnectorType.ATS,
subtype="bullhorn",
description=DESCRIPTION,
url="https://www.bullhorn.com/",
actions=[
Expand Down
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/carrevolutis/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def event_parser(event: t.Dict) -> t.Dict:
Carrevolutis = Connector(
name="Carrevolutis",
type=ConnectorType.JobBoard,
subtype="carrevolutis",
description=DESCRIPTION,
url="https://www.carrevolutis.com/",
actions=[
Expand Down
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/ceridian/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def format_job(data: CeridianDayforceJobModel) -> t.Dict:
Ceridian = Connector(
name="Ceridian",
type=ConnectorType.HCM,
subtype="ceridian",
description=DESCRIPTION,
url="https://www.ceridian.com/",
actions=[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ def format_profile(profile_hrflow: t.Dict) -> t.Dict:
DigitalRecruiters = Connector(
name="DigitalRecruiters",
type=ConnectorType.ATS,
subtype="digitalrecruiters",
description=DESCRIPTION,
url="https://www.digitalrecruiters.com/",
actions=[
Expand Down
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/greenhouse/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ def format_to_hrflow_profile(data):
Greenhouse = Connector(
name="Greenhouse",
type=ConnectorType.ATS,
subtype="greenhouse",
description="",
url="https://www.greenhouse.io/",
actions=[
Expand Down
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/hubspot/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def format_hubspot_contact(hubspot_contact: t.Dict) -> t.Dict:
Hubspot = Connector(
name="Hubspot",
type=ConnectorType.CRM,
subtype="hubspot",
description="",
url="https://www.hubspot.com/",
actions=[
Expand Down
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/jobology/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def event_parser(event: t.Dict) -> t.Dict:
Jobology = Connector(
name="Jobology",
type=ConnectorType.JobBoard,
subtype="jobology",
description=DESCRIPTION,
url="https://www.jobology.fr/",
actions=[
Expand Down
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/lever/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ def format_opportunity(hrflow_profile: dict) -> dict:
Lever = Connector(
name="Lever",
type=ConnectorType.ATS,
subtype="lever",
description=DESCRIPTION,
url="https://www.lever.co/",
actions=[
Expand Down
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/meteojob/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def event_parser(event: t.Dict) -> t.Dict:
Meteojob = Connector(
name="Meteojob",
type=ConnectorType.JobBoard,
subtype="meteojob",
description=DESCRIPTION,
url="https://www.meteojob.com/",
actions=[
Expand Down
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/poleemploi/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def format_job(
PoleEmploi = Connector(
name="PoleEmploi",
type=ConnectorType.JobBoard,
subtype="poleemploi",
description=DESCRIPTION,
url="https://www.pole-emploi.fr/",
actions=[
Expand Down
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/recruitee/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ def format_job(recruitee_job: t.Dict) -> t.Dict:
Recruitee = Connector(
name="Recruitee",
type=ConnectorType.ATS,
subtype="recruitee",
description="",
url="https://recruitee.com/",
actions=[
Expand Down
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/salesforce/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ def format_job(data: SalesforceHrFlowJob) -> t.Dict:
Salesforce = Connector(
name="Salesforce",
type=ConnectorType.CRM,
subtype="salesforce",
description=DESCRIPTION,
url="https://www.salesforce.com",
actions=[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ def format_sap_candidate(candidate_data: t.Dict) -> t.Dict:
SAPSuccessFactors = Connector(
name="SAPSuccessFactors",
type=ConnectorType.ATS,
subtype="sapsuccessfactors",
description=DESCRIPTION,
url="https://www.sap.com/",
actions=[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def format_profile(hrflow_profile: t.Dict) -> t.Dict:
SmartRecruiters = Connector(
name="SmartRecruiters",
type=ConnectorType.ATS,
subtype="smartrecruiters",
description=DESCRIPTION,
url="https://www.smartrecruiters.com/",
actions=[
Expand Down
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/taleez/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ def format_job(taleez_job: t.Dict) -> t.Dict:
Taleez = Connector(
name="Taleez",
type=ConnectorType.ATS,
subtype="taleez",
description=DESCRIPTION,
url="https://taleez.com/",
actions=[
Expand Down
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/talentsoft/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ def format_info_ts_applicant(profile_hrflow: t.Dict) -> t.Dict:
TalentSoft = Connector(
name="TalentSoft",
type=ConnectorType.HCM,
subtype="talentsoft",
description=DESCRIPTION,
url="https://www.cegid.com/fr/produits/cegid-talentsoft/",
actions=[
Expand Down
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/teamtailor/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def format_profile(data: HrFlowProfile) -> t.Dict:
Teamtailor = Connector(
name="Teamtailor",
type=ConnectorType.ATS,
subtype="teamtailor",
description=DESCRIPTION,
url="https://www.teamtailor.com/",
actions=[
Expand Down
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/waalaxy/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def event_parser(event: t.Dict) -> t.Dict:
Waalaxy = Connector(
name="Waalaxy",
type=ConnectorType.Automation,
subtype="waalaxy",
description=DESCRIPTION,
url="https://www.waalaxy.com/fr/",
actions=[
Expand Down
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/workable/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ def format_profile(
Workable = Connector(
name="Workable",
type=ConnectorType.HCM,
subtype="workable",
description=(
"More than an applicant tracking system, "
"Workable's talent acquisition software helps teams find candidates, "
Expand Down

0 comments on commit d7f0960

Please sign in to comment.