Skip to content

Commit af27344

Browse files
debug
1 parent 3855a95 commit af27344

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test_vector_handlers/src/awses_test_vectors/internal/mpl/keyvectors_provider.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# # Ignore missing MPL TestVectors for pylint, but the MPL TestVectors is required for this file
33
# pylint: disable=import-error
44
from aws_cryptography_materialproviders_test_vectors.smithygenerated.\
5-
aws_cryptography_materialproviders_test_vectors.client import (
5+
aws_cryptography_materialproviderstestvectorkeys.client import (
66
KeyVectors,
77
)
88
from aws_cryptography_materialproviders_test_vectors.smithygenerated.\
9-
aws_cryptography_materialproviders_test_vectors.config import (
9+
aws_cryptography_materialproviderstestvectorkeys.config import (
1010
KeyVectorsConfig
1111
)
1212

test_vector_handlers/src/awses_test_vectors/manifests/mpl_keyring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Ignore missing MPL for pylint, but the MPL is required for this example
2121
# noqa pylint: disable=import-error
2222
from aws_cryptography_materialproviders_test_vectors.smithygenerated.\
23-
aws_cryptography_materialproviders_test_vectors.models import (
23+
aws_cryptography_materialproviderstestvectorkeys.models import (
2424
GetKeyDescriptionInput,
2525
GetKeyDescriptionOutput,
2626
TestVectorKeyringInput,

0 commit comments

Comments
 (0)