Skip to content

Commit 5ca6fba

Browse files
committed
type-hint
1 parent 9025e76 commit 5ca6fba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Examples/runtimes/python/DynamoDBEncryption/src/keyring/raw_ecdh_keyring_example.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- Sort key is named "sort_key" with type (S)
1717
"""
1818
import pathlib
19+
1920
import boto3
2021
from aws_cryptographic_material_providers.mpl import AwsCryptographicMaterialProviders
2122
from aws_cryptographic_material_providers.mpl.config import MaterialProvidersConfig
@@ -28,8 +29,8 @@
2829
RawEcdhStaticConfigurationsRawPrivateKeyToStaticPublicKey,
2930
RawPrivateKeyToStaticPublicKeyInput,
3031
)
31-
from aws_cryptography_primitives.smithygenerated.aws_cryptography_primitives.models import ECDHCurveSpec
3232
from aws_cryptographic_material_providers.mpl.references import IKeyring
33+
from aws_cryptography_primitives.smithygenerated.aws_cryptography_primitives.models import ECDHCurveSpec
3334
from aws_dbesdk_dynamodb.encrypted.client import EncryptedClient
3435
from aws_dbesdk_dynamodb.structures.dynamodb import (
3536
DynamoDbTableEncryptionConfig,

0 commit comments

Comments
 (0)