Skip to content

Commit

Permalink
[style] Remove indent (E121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Apr 2, 2024
1 parent a0457e6 commit c9f13ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions speech_recognition/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1273,9 +1273,7 @@ def read_file(filename, chunk_size=5242880):

# Queue file for transcription.
endpoint = "https://api.assemblyai.com/v2/transcript"
json = {
"audio_url": upload_url
}
json = {"audio_url": upload_url}
headers = {
"authorization": api_token,
"content-type": "application/json"
Expand Down

0 comments on commit c9f13ff

Please sign in to comment.