File tree 2 files changed +6
-6
lines changed
test_vector_handlers/src/awses_test_vectors
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
"""Singleton provider for the KeyVectors client."""
2
2
# # Ignore missing MPL TestVectors for pylint, but the MPL TestVectors is required for this file
3
3
# 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 (
6
6
KeyVectors ,
7
7
)
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 (
10
10
KeyVectorsConfig
11
11
)
12
12
Original file line number Diff line number Diff line change 19
19
20
20
# Ignore missing MPL for pylint, but the MPL is required for this example
21
21
# 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 (
24
24
GetKeyDescriptionInput ,
25
25
GetKeyDescriptionOutput ,
26
26
TestVectorKeyringInput ,
You can’t perform that action at this time.
0 commit comments