mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
chore: bump ruff to 0.6.8 for fixing violation in SIM910 (#8869)
This commit is contained in:
@ -14,7 +14,7 @@ from models.dataset import Document
|
||||
@document_index_created.connect
|
||||
def handle(sender, **kwargs):
|
||||
dataset_id = sender
|
||||
document_ids = kwargs.get("document_ids", None)
|
||||
document_ids = kwargs.get("document_ids")
|
||||
documents = []
|
||||
start_at = time.perf_counter()
|
||||
for document_id in document_ids:
|
||||
|
||||
Reference in New Issue
Block a user