Skip to content

Commit d8486c7

Browse files
committed
Fix linting
1 parent 131b8a2 commit d8486c7

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

628628
break
629+
# pylint: disable=bare-except
629630
except:
630631
continue
631632

@@ -859,6 +860,7 @@ async def get_background_job(
859860
)
860861
async def get_job_progress(
861862
job_id: str,
863+
# pylint: disable=unused-argument
862864
org: Organization = Depends(org_crawl_dep),
863865
):
864866
"""Return progress information for background job"""

0 commit comments

Comments
 (0)