Skip to content

Commit 55ee26f

Browse files
cleanup
1 parent 0286742 commit 55ee26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/migration/migration_raw_aes_key_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def migration_raw_aes_key():
194194
# includes all key pairs from the encrypt operation. (The SDK can add pairs, so don't require an exact match.)
195195
assert all(
196196
pair in decrypted_header_keyring_using_mkp.encryption_context.items()
197-
for pair in enc_header_keyring.encryption_context.items()
197+
for pair in enc_header_keyring.encryption_context.items()
198198
)
199199

200200
assert decrypted_ciphertext_keyring_using_keyring == decrypted_ciphertext_keyring_using_mkp \

0 commit comments

Comments
 (0)