Skip to content

Commit a54add4

Browse files
author
Lucas McDonald
committed
sync
1 parent 4fae616 commit a54add4

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/item.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
3-
"""Top-level class for encrypting and decrypting individual DynamoDB items."""
3+
"""Class for encrypting and decrypting individual DynamoDB items."""
44
from typing import Any
55

66
from aws_dbesdk_dynamodb.smithygenerated.aws_cryptography_dbencryptionsdk_dynamodb_itemencryptor.client import (

0 commit comments

Comments
 (0)