Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ajar98 committed Sep 6, 2024
1 parent 86a9feb commit 57b52dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vocode/streaming/synthesizer/cartesia_synthesizer.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 57b52dc

Please sign in to comment.