Skip to content

Commit

Permalink
[style] Same indent (E128)
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnext committed Apr 2, 2024
1 parent e73968e commit a0457e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion speech_recognition/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,8 @@ def recognize_amazon(self, audio_data, bucket_name=None, access_key_id=None, sec
aws_secret_access_key=secret_access_key,
region_name=region)

s3 = boto3.client('s3',
s3 = boto3.client(
's3',
aws_access_key_id=access_key_id,
aws_secret_access_key=secret_access_key,
region_name=region)
Expand Down

0 comments on commit a0457e6

Please sign in to comment.