Skip to content

Commit 28b0332

Browse files
committed
fix: style
1 parent f8c61ef commit 28b0332

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

voice/text_to_speech.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
response = sinch_client.voice.callouts.text_to_speech(
99
destination={
10-
"type":"number",
11-
"endpoint":"YOUR_phone_number"
10+
"type": "number",
11+
"endpoint": "YOUR_phone_number"
1212
},
1313
text="Hello, this is a call from Sinch. Congratulations! You made your first call.")
1414

15-
print(response)
15+
print(response)

0 commit comments

Comments
 (0)