Skip to content

Commit 344f50b

Browse files
m
1 parent 8bcc834 commit 344f50b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/src/aws_kms_mrk_multi_keyring_example.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
3030
import boto3
3131
from aws_cryptographic_material_providers.mpl import AwsCryptographicMaterialProviders
3232
from aws_cryptographic_material_providers.mpl.config import MaterialProvidersConfig
33-
from aws_cryptographic_material_providers.mpl.models import CreateAwsKmsMrkKeyringInput, CreateAwsKmsMrkMultiKeyringInput
33+
from aws_cryptographic_material_providers.mpl.models import (
34+
CreateAwsKmsMrkKeyringInput,
35+
CreateAwsKmsMrkMultiKeyringInput
36+
)
3437
from aws_cryptographic_material_providers.mpl.references import IKeyring
3538
from typing import Dict # noqa pylint: disable=wrong-import-order
3639

0 commit comments

Comments
 (0)