From c60594fa3b8491f9362b684a69353371317b961f Mon Sep 17 00:00:00 2001 From: Barabazs <31799121+Barabazs@users.noreply.github.com> Date: Sun, 5 Jan 2025 10:55:03 +0100 Subject: [PATCH] fix: update import statement for conjunctions module --- whisperx/SubtitlesProcessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisperx/SubtitlesProcessor.py b/whisperx/SubtitlesProcessor.py index 5ffd1af..351b883 100644 --- a/whisperx/SubtitlesProcessor.py +++ b/whisperx/SubtitlesProcessor.py @@ -1,5 +1,5 @@ import math -from conjunctions import get_conjunctions, get_comma +from .conjunctions import get_conjunctions, get_comma from typing import TextIO def normal_round(n):