refactor: rename types.py to schema.py to avoid stdlib conflict

This commit is contained in:
Barabazs
2025-10-09 12:22:58 +00:00
parent 027ec57aee
commit 3b1b9a8c4d
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ from transformers import Wav2Vec2ForCTC, Wav2Vec2Processor
from whisperx.audio import SAMPLE_RATE, load_audio
from whisperx.utils import interpolate_nans
from whisperx.types import (
from whisperx.schema import (
AlignedTranscriptionResult,
SingleSegment,
SingleAlignedSegment,