Skip to content

Commit 8da4f41

Browse files
committed
pre-commit
1 parent a84d150 commit 8da4f41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aiobotocore/args.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,9 @@ def _build_endpoint_resolver(
178178
)
179179

180180
# replace with async version
181-
resolver_builtins[EPRBuiltins.ACCOUNT_ID] = \
181+
resolver_builtins[EPRBuiltins.ACCOUNT_ID] = (
182182
credentials.get_account_id if credentials else None
183+
)
183184

184185
# Client context params for s3 conflict with the available settings
185186
# in the `s3` parameter on the `Config` object. If the same parameter

0 commit comments

Comments
 (0)