Skip to content

Commit e166e15

Browse files
committed
Black formatting'
1 parent 601e7e3 commit e166e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/together/resources/audio/speech.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def create(
5858
"""
5959

6060
if sample_rate is None:
61-
if 'cartesia' in model:
61+
if "cartesia" in model:
6262
sample_rate = 44100
6363
else:
6464
sample_rate = 24000

0 commit comments

Comments
 (0)