Skip to content

Commit 42644b1

Browse files
committed
remove EncryptionContext.attributes from str/repr
1 parent 8b7c769 commit 42644b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dynamodb_encryption_sdk/structures.py

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ class EncryptionContext(object):
6868
validator=attr.validators.optional(attr.validators.instance_of(six.string_types)), default=None
6969
)
7070
attributes = attr.ib(
71+
repr=False,
7172
validator=(dictionary_validator(six.string_types, dict), _validate_attribute_values_are_ddb_items),
7273
default=attr.Factory(dict),
7374
)

0 commit comments

Comments
 (0)