enhancement: introduce Ruff for Python linter for reordering and removing unused imports with automated pre-commit and sytle check (#2366)
This commit is contained in:
@@ -4,12 +4,13 @@ import time
|
||||
|
||||
import click
|
||||
from celery import shared_task
|
||||
from langchain.schema import Document
|
||||
from werkzeug.exceptions import NotFound
|
||||
|
||||
from core.index.index import IndexBuilder
|
||||
from extensions.ext_database import db
|
||||
from extensions.ext_redis import redis_client
|
||||
from langchain.schema import Document
|
||||
from models.dataset import DocumentSegment
|
||||
from werkzeug.exceptions import NotFound
|
||||
|
||||
|
||||
@shared_task(queue='dataset')
|
||||
|
Reference in New Issue
Block a user