fix: remove stt_sagemaker import from deepgram/__init__.py

This commit is contained in:
Mark Backman
2025-11-24 20:04:18 -05:00
parent e5142c1210
commit fa0100c38b

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]")