fix: linting

This commit is contained in:
Alex
2024-12-23 17:41:44 +00:00
parent 90962ee056
commit 41b4c28430
3 changed files with 3 additions and 5 deletions

View File

@@ -126,7 +126,6 @@ def ingest_worker(
limit = None
exclude = True
sample = False
token_check = True
full_path = os.path.join(directory, user, name_job)
logging.info(f"Ingest file: {full_path}", extra={"user": user, "job": name_job})
@@ -205,7 +204,6 @@ def remote_worker(
operation_mode="upload",
doc_id=None,
):
token_check = True
full_path = os.path.join(directory, user, name_job)
if not os.path.exists(full_path):