Skip to content

Commit 92ecc3f

Browse files
committed
Fix linting
1 parent 731526a commit 92ecc3f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

backend/btrixcloud/background_jobs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,6 @@ async def create_delete_org_job(
306306
) -> str:
307307
"""Create background job to delete org and its data"""
308308

309-
job_type = BgJobType.DELETE_ORG.value
310-
311309
try:
312310
job_id = await self.crawl_manager.run_delete_org_job(
313311
oid=str(org.id),

backend/btrixcloud/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ async def update_and_prepare_db(
117117

118118

119119
# ============================================================================
120-
# pylint: disable=too-many-locals, too-many-arguments
120+
# pylint: disable=too-many-locals, too-many-arguments, too-many-positional-arguments
121121
async def run_db_migrations(
122122
mdb, user_manager, page_ops, org_ops, background_job_ops, coll_ops
123123
):

0 commit comments

Comments
 (0)