Skip to content

Commit bedf3cd

Browse files
committed
fix linters
1 parent 1a4b447 commit bedf3cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/src/aws_cryptographic_materials_manager_example.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
import boto3
2222
from aws_cryptographic_materialproviders.mpl import AwsCryptographicMaterialProviders
2323
from aws_cryptographic_materialproviders.mpl.config import MaterialProvidersConfig
24-
from aws_cryptographic_materialproviders.mpl.models import CreateDefaultCryptographicMaterialsManagerInput, CreateAwsKmsKeyringInput
24+
from aws_cryptographic_materialproviders.mpl.models import (
25+
CreateAwsKmsKeyringInput,
26+
CreateDefaultCryptographicMaterialsManagerInput,
27+
)
2528
from aws_cryptographic_materialproviders.mpl.references import ICryptographicMaterialsManager, IKeyring
2629
from typing import Dict # noqa pylint: disable=wrong-import-order
2730

0 commit comments

Comments
 (0)