fix: remove stt_sagemaker import from deepgram/__init__.py
This commit is contained in:
@@ -10,7 +10,6 @@ from pipecat.services import DeprecatedModuleProxy
|
|||||||
|
|
||||||
from .flux import *
|
from .flux import *
|
||||||
from .stt import *
|
from .stt import *
|
||||||
from .stt_sagemaker import *
|
|
||||||
from .tts import *
|
from .tts import *
|
||||||
|
|
||||||
sys.modules[__name__] = DeprecatedModuleProxy(globals(), "deepgram", "deepgram.[stt,tts]")
|
sys.modules[__name__] = DeprecatedModuleProxy(globals(), "deepgram", "deepgram.[stt,tts]")
|
||||||
|
|||||||
Reference in New Issue
Block a user