Chore : rm dead code detected by pylance (#24588)
This commit is contained in:
parent
c06cfcbb5a
commit
826f19e968
8 changed files with 1 additions and 25 deletions
|
|
@ -24,7 +24,6 @@ def retry_document_indexing_task(dataset_id: str, document_ids: list[str]):
|
|||
|
||||
Usage: retry_document_indexing_task.delay(dataset_id, document_ids)
|
||||
"""
|
||||
documents: list[Document] = []
|
||||
start_at = time.perf_counter()
|
||||
try:
|
||||
dataset = db.session.query(Dataset).where(Dataset.id == dataset_id).first()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue