From a7ae13558c5417d6f4ac9d546716a48a270abd29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Sat, 13 Dec 2025 20:32:33 +0300 Subject: [PATCH] Add missing load_config import to subtitle_utils.py --- abogen/subtitle_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abogen/subtitle_utils.py b/abogen/subtitle_utils.py index 52054da..73576c0 100644 --- a/abogen/subtitle_utils.py +++ b/abogen/subtitle_utils.py @@ -1,6 +1,6 @@ import re import platform -from abogen.utils import detect_encoding +from abogen.utils import detect_encoding, load_config from abogen.constants import SAMPLE_VOICE_TEXTS # Pre-compile frequently used regex patterns for better performance