File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
src/aws_encryption_sdk/materials_managers/mpl Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 19
19
ICryptographicMaterialsManager as MPL_ICryptographicMaterialsManager ,
20
20
)
21
21
# noqa pylint: enable=import-error,unused-import
22
-
23
22
# pylint and isort disagree on where this should go. Choose isort and disable pylint for this.
24
23
from typing import List # noqa pylint: disable=wrong-import-order
25
24
30
29
from aws_encryption_sdk .materials_managers .mpl .materials import DecryptionMaterialsFromMPL , EncryptionMaterialsFromMPL
31
30
from aws_encryption_sdk .structures import EncryptedDataKey as Native_EncryptedDataKey
32
31
33
- # noqa pylint: enable=import-error,unused-import
34
-
35
-
36
32
37
33
class CryptoMaterialsManagerFromMPL (CryptoMaterialsManager ):
38
34
"""
Original file line number Diff line number Diff line change 9
9
EncryptedDataKey as MPL_EncryptedDataKey ,
10
10
EncryptionMaterials as MPL_EncryptionMaterials ,
11
11
)
12
- # noqa pylint: enable=import-error
13
-
14
12
# pylint and isort disagree on where this should go. Choose isort and disable pylint for this.
15
13
from typing import Dict , List , Set # noqa pylint: disable=wrong-import-order
16
14
You can’t perform that action at this time.
0 commit comments