Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Feb 24, 2025
1 parent 731526a commit 92ecc3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions backend/btrixcloud/background_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,6 @@ async def create_delete_org_job(
) -> str:
"""Create background job to delete org and its data"""

job_type = BgJobType.DELETE_ORG.value

try:
job_id = await self.crawl_manager.run_delete_org_job(
oid=str(org.id),
Expand Down
2 changes: 1 addition & 1 deletion backend/btrixcloud/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ async def update_and_prepare_db(


# ============================================================================
# pylint: disable=too-many-locals, too-many-arguments
# pylint: disable=too-many-locals, too-many-arguments, too-many-positional-arguments
async def run_db_migrations(
mdb, user_manager, page_ops, org_ops, background_job_ops, coll_ops
):
Expand Down

0 comments on commit 92ecc3f

Please sign in to comment.