Skip to content

Commit 3855a95

Browse files
debug
1 parent 2386ea9 commit 3855a95

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

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

test_vector_handlers/src/awses_test_vectors/manifests/mpl_keyring.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
# Ignore missing MPL for pylint, but the MPL is required for this example
2121
# noqa pylint: disable=import-error
22-
from aws_cryptography_materialproviderstestvectorkeys.smithygenerated.\
23-
aws_cryptography_materialproviderstestvectorkeys.models import (
22+
from aws_cryptography_materialproviders_test_vectors.smithygenerated.\
23+
aws_cryptography_materialproviders_test_vectors.models import (
2424
GetKeyDescriptionInput,
2525
GetKeyDescriptionOutput,
2626
TestVectorKeyringInput,

0 commit comments

Comments
 (0)