We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c296556 commit 1d47afaCopy full SHA for 1d47afa
examples/test/legacy/test_i_v3_default_cmm.py renamed to examples/test/legacy/test_i_custom_cmm_example.py
@@ -6,9 +6,10 @@
6
import pytest
7
8
import aws_encryption_sdk
9
-from ...src.legacy.custom_cmm_example import encrypt_decrypt_with_cmm, CustomSigningSuiteOnlyCMM
10
-from .v3_default_cmm import V3DefaultCryptoMaterialsManager
+
+from ...src.legacy.custom_cmm_example import CustomSigningSuiteOnlyCMM, encrypt_decrypt_with_cmm
11
from .examples_test_utils import get_cmk_arn, static_plaintext
12
+from .v3_default_cmm import V3DefaultCryptoMaterialsManager
13
14
pytestmark = [pytest.mark.examples]
15
0 commit comments