Skip to content

Commit

Permalink
[style] Remove comment out code (E117)
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Apr 2, 2024
1 parent 8eb5a62 commit e73968e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions speech_recognition/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1193,11 +1193,6 @@ def recognize_amazon(self, audio_data, bucket_name=None, access_key_id=None, sec
else:

# Launch the transcription job.
# try:
# transcribe.delete_transcription_job(TranscriptionJobName=job_name) # pre-cleanup
# except:
# # It's ok if this fails because the job hopefully doesn't exist yet.
# pass
try:
transcribe.start_transcription_job(
TranscriptionJobName=job_name,
Expand Down

0 comments on commit e73968e

Please sign in to comment.