Skip to content

Commit 60582c1

Browse files
committed
Fix linting
1 parent b461113 commit 60582c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/btrixcloud/background_jobs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ async def get_job_progress(self, job_id: str) -> JobProgress:
579579
progress.eta = eta_list[0]
580580

581581
break
582+
# pylint: disable=bare-except
582583
except:
583584
continue
584585

@@ -806,6 +807,7 @@ async def get_background_job(
806807
)
807808
async def get_job_progress(
808809
job_id: str,
810+
# pylint: disable=unused-argument
809811
org: Organization = Depends(org_crawl_dep),
810812
):
811813
"""Return progress information for background job"""

0 commit comments

Comments
 (0)