refactor: update import statements to use explicit module paths across multiple files
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user