mirror of
https://github.com/m-bain/whisperX.git
synced 2025-07-01 18:17:27 -04:00
fix: update import statement for conjunctions module
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
import math
|
import math
|
||||||
from conjunctions import get_conjunctions, get_comma
|
from .conjunctions import get_conjunctions, get_comma
|
||||||
from typing import TextIO
|
from typing import TextIO
|
||||||
|
|
||||||
def normal_round(n):
|
def normal_round(n):
|
||||||
|
Reference in New Issue
Block a user