Skip to content

Commit c5e88e3

Browse files
committed
Fix linting
1 parent dfb10a9 commit c5e88e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/btrixcloud/background_jobs.py

+2
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ async def get_job_progress(self, job_id: str) -> JobProgress:
505505
progress.eta = eta_list[0]
506506

507507
break
508+
# pylint: disable=bare-except
508509
except:
509510
continue
510511

@@ -725,6 +726,7 @@ async def get_background_job(
725726
)
726727
async def get_job_progress(
727728
job_id: str,
729+
# pylint: disable=unused-argument
728730
org: Organization = Depends(org_crawl_dep),
729731
):
730732
"""Return progress information for background job"""

0 commit comments

Comments
 (0)