From 57b52dc5c494f34e4d87e3215eb33de9734b6aef Mon Sep 17 00:00:00 2001 From: Ajay Raj Date: Fri, 6 Sep 2024 15:34:36 -0700 Subject: [PATCH] fix lint --- vocode/streaming/synthesizer/cartesia_synthesizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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