Skip to content

Commit 803ee6c

Browse files
committed
ruff format
1 parent 4b953e9 commit 803ee6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambdas/shared/src/common/clients.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def get_s3_client():
2525
global_s3_client = boto3_client("s3", region_name=REGION_NAME)
2626
return global_s3_client
2727

28+
2829
sqs_client = boto3_client("sqs", region_name=REGION_NAME)
2930

3031
# for lambdas which require a global sqs_client

0 commit comments

Comments
 (0)