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 cad5a88

Browse files
committedApr 19, 2024
chore: valid isort and flake8 for all files
1 parent a7feaaf commit cad5a88

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎examples/test/keyrings/test_i_aws_kms_keyring_example.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010

1111
def test_encrypt_and_decrypt_with_keyring():
12-
"""Test function for encryption and decryption using the AWS KMS Keyring example"""
13-
12+
"""Test function for encrypt and decrypt using the AWS KMS Keyring example."""
1413
kms_key_id = "arn:aws:kms:us-west-2:658956600833:key/b3537ef1-d8dc-4780-9f5a-55776cbb2f7f"
1514
encrypt_and_decrypt_with_keyring(kms_key_id)

‎examples/test/keyrings/test_i_hierarchical_keyring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
def test_encrypt_and_decrypt_with_keyring():
12-
"""Test function for encryption and decryption using the AWS KMS Hierarchical Keyring example"""
12+
"""Test function for encrypt and decrypt using the AWS KMS Hierarchical Keyring example."""
1313
key_store_table_name = "KeyStoreDdbTable"
1414
kms_key_id = "arn:aws:kms:us-west-2:370957321024:key/9d989aa2-2f9c-438c-a745-cc57d3ad0126"
1515
encrypt_and_decrypt_with_keyring(key_store_table_name, key_store_table_name, kms_key_id)

0 commit comments

Comments
 (0)
Please sign in to comment.