refactor: update import statements to use explicit module paths across multiple files

This commit is contained in:
Barabazs
2025-03-25 16:13:55 +01:00
parent 8e53866704
commit e7712f496e
10 changed files with 29 additions and 28 deletions

View File

@ -1,6 +1,5 @@
import math
from .conjunctions import get_conjunctions, get_comma
from typing import TextIO
from whisperx.conjunctions import get_conjunctions, get_comma
def normal_round(n):
if n - math.floor(n) < 0.5: