Skip to content

Commit 89fbb4f

Browse files
author
Lucas McDonald
committed
m
1 parent fa58fff commit 89fbb4f

File tree

1 file changed

+1
-1
lines changed
  • DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted

1 file changed

+1
-1
lines changed

DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted/table.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def scan(self, **kwargs) -> dict[str, Any]:
172172
Returns:
173173
dict: The response from DynamoDB. This matches the boto3 scan API response.
174174
The "Items" field will be decrypted locally after being read from DynamoDB.
175-
175+
176176
"""
177177
return self._table_operation_logic(
178178
operation_input=kwargs,

0 commit comments

Comments
 (0)