Skip to content

Commit cdfc30c

Browse files
committed
fix flake8
1 parent c3fe3e2 commit cdfc30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test/legacy/test_i_v3_default_cmm.py

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

1313

1414
def test_v3_default_cmm():
15-
"""Test method for encryption and decryption using V3 defualt CMM"""
15+
"""Test method for encryption and decryption using V3 defualt CMM."""
1616
plaintext = static_plaintext
1717
cmk_arn = get_cmk_arn()
1818
encrypt_decrypt_with_v3_default_cmm(key_arn=cmk_arn,

0 commit comments

Comments
 (0)