fix: silence false-positive ruff lint warnings in Python scripts
This commit is contained in:
@@ -63,7 +63,7 @@ def generate_parent_child_chunks(
|
||||
asr_segments = asr_data.get("segments", [])
|
||||
cut_scenes = cut_data.get("scenes", [])
|
||||
yolo_frames = yolo_data.get("frames", [])
|
||||
ocr_frames = ocr_data.get("frames", [])
|
||||
_ocr_frames = ocr_data.get("frames", [])
|
||||
|
||||
# Create child chunks from ASR segments
|
||||
asr_child_ids = []
|
||||
|
||||
Reference in New Issue
Block a user