Skip to content

Commit de52804

Browse files
committed
Fix linting
1 parent 63ca2b9 commit de52804

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

683683
break
684+
# pylint: disable=bare-except
684685
except:
685686
continue
686687

@@ -947,6 +948,7 @@ async def get_org_background_job(
947948
)
948949
async def get_job_progress(
949950
job_id: str,
951+
# pylint: disable=unused-argument
950952
org: Organization = Depends(org_crawl_dep),
951953
):
952954
"""Return progress information for background job"""

0 commit comments

Comments
 (0)