diff --git a/vocode/streaming/synthesizer/cartesia_synthesizer.py b/vocode/streaming/synthesizer/cartesia_synthesizer.py index b5d42d7c1..e9387253e 100644 --- a/vocode/streaming/synthesizer/cartesia_synthesizer.py +++ b/vocode/streaming/synthesizer/cartesia_synthesizer.py @@ -1,8 +1,8 @@ import asyncio import hashlib +from typing import List, Tuple from loguru import logger -from typing import List, Tuple from vocode import getenv from vocode.streaming.models.audio import AudioEncoding, SamplingRate