Merge pull request #3125 from pipecat-ai/mb/fix-sagemaker-imports

fix: remove stt_sagemaker import from deepgram/__init__.py
This commit is contained in:
Mark Backman
2025-11-24 21:31:31 -05:00
committed by GitHub

View File

@@ -10,7 +10,6 @@ from pipecat.services import DeprecatedModuleProxy
from .flux import *
from .stt import *
from .stt_sagemaker import *
from .tts import *
sys.modules[__name__] = DeprecatedModuleProxy(globals(), "deepgram", "deepgram.[stt,tts]")