Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f15b0a0

Browse files
author
Lucas McDonald
committedMay 2, 2025·
m
1 parent a922747 commit f15b0a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/ci_static_analysis_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
python-version: [3.11]
27-
os: [macos-13]
27+
os: [ubuntu-latest]
2828
runs-on: ${{ matrix.os }}
2929
permissions:
3030
id-token: write

‎DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def transact_get_items(self, **kwargs) -> dict[str, Any]:
279279
280280
Returns:
281281
dict: The response from DynamoDB. This matches the boto3 transact_get_items API response.
282-
282+
283283
"""
284284
return self._client_operation_logic(
285285
operation_input=kwargs,

‎DynamoDbEncryption/runtimes/python/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ commands =
8080

8181
[testenv:black-check]
8282
commands_pre =
83-
{[testenv:blacken]commands}
83+
{[testenv:blacken]commands_pre}
8484
basepython = python3
8585
deps =
8686
{[testenv:blacken]deps}

0 commit comments

Comments
 (0)
Please sign in to comment.