File tree 2 files changed +3
-3
lines changed
test_vector_handlers/src/awses_test_vectors
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# # Ignore missing MPL TestVectors for pylint, but the MPL TestVectors is required for this file
3
3
# pylint: disable=import-error
4
4
from aws_cryptography_materialproviders_test_vectors .smithygenerated .\
5
- aws_cryptography_materialproviders_test_vectors .client import (
5
+ aws_cryptography_materialproviderstestvectorkeys .client import (
6
6
KeyVectors ,
7
7
)
8
8
from aws_cryptography_materialproviders_test_vectors .smithygenerated .\
9
- aws_cryptography_materialproviders_test_vectors .config import (
9
+ aws_cryptography_materialproviderstestvectorkeys .config import (
10
10
KeyVectorsConfig
11
11
)
12
12
Original file line number Diff line number Diff line change 20
20
# Ignore missing MPL for pylint, but the MPL is required for this example
21
21
# noqa pylint: disable=import-error
22
22
from aws_cryptography_materialproviders_test_vectors .smithygenerated .\
23
- aws_cryptography_materialproviders_test_vectors .models import (
23
+ aws_cryptography_materialproviderstestvectorkeys .models import (
24
24
GetKeyDescriptionInput ,
25
25
GetKeyDescriptionOutput ,
26
26
TestVectorKeyringInput ,
You can’t perform that action at this time.
0 commit comments