Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Jan 14, 2025
1 parent a6c452f commit d347cbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion backend/btrixcloud/basecrawls.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
""" base crawl type """

import os
from datetime import datetime, timedelta
from typing import Optional, List, Union, Dict, Any, Type, TYPE_CHECKING, cast, Tuple
from uuid import UUID
Expand Down
1 change: 1 addition & 0 deletions backend/btrixcloud/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ async def update_and_prepare_db(


# ============================================================================
# pylint: disable=too-many-locals
async def run_db_migrations(mdb, user_manager, page_ops, org_ops, background_job_ops):
"""Run database migrations."""

Expand Down

0 comments on commit d347cbc

Please sign in to comment.