Skip to content

Commit a867411

Browse files
committed
Fix linting
1 parent f23526e commit a867411

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
@@ -560,6 +560,7 @@ async def get_job_progress(self, job_id: str) -> JobProgress:
560560
progress.eta = eta_list[0]
561561

562562
break
563+
# pylint: disable=bare-except
563564
except:
564565
continue
565566

@@ -786,6 +787,7 @@ async def get_background_job(
786787
)
787788
async def get_job_progress(
788789
job_id: str,
790+
# pylint: disable=unused-argument
789791
org: Organization = Depends(org_crawl_dep),
790792
):
791793
"""Return progress information for background job"""

0 commit comments

Comments
 (0)