Skip to content

Commit

Permalink
fix:flake8 output
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdellahitech committed Dec 28, 2023
1 parent f630731 commit a090970
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/hrflow_connectors/connectors/talentsoft/connector.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import pdb
import typing as t
from datetime import datetime

Expand Down
2 changes: 0 additions & 2 deletions src/hrflow_connectors/connectors/talentsoft/warehouse.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import json
import pdb
import typing as t
from datetime import date
from io import BytesIO
Expand Down Expand Up @@ -219,7 +218,6 @@ def get_talentsoft_auth_token(


def post_applicant_front(client_url, token, applicant, files, job_reference=None):
pdb.set_trace()
if job_reference:
headers = {
"Authorization": "Bearer " + token,
Expand Down

0 comments on commit a090970

Please sign in to comment.