Skip to content

Commit d413b65

Browse files
fix
1 parent 018b93f commit d413b65

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/aws_encryption_sdk/materials_managers/mpl/cmm.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
ICryptographicMaterialsManager as MPL_ICryptographicMaterialsManager,
2020
)
2121
# noqa pylint: enable=import-error,unused-import
22-
2322
# pylint and isort disagree on where this should go. Choose isort and disable pylint for this.
2423
from typing import List # noqa pylint: disable=wrong-import-order
2524

@@ -30,9 +29,6 @@
3029
from aws_encryption_sdk.materials_managers.mpl.materials import DecryptionMaterialsFromMPL, EncryptionMaterialsFromMPL
3130
from aws_encryption_sdk.structures import EncryptedDataKey as Native_EncryptedDataKey
3231

33-
# noqa pylint: enable=import-error,unused-import
34-
35-
3632

3733
class CryptoMaterialsManagerFromMPL(CryptoMaterialsManager):
3834
"""

src/aws_encryption_sdk/materials_managers/mpl/materials.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
EncryptedDataKey as MPL_EncryptedDataKey,
1010
EncryptionMaterials as MPL_EncryptionMaterials,
1111
)
12-
# noqa pylint: enable=import-error
13-
1412
# pylint and isort disagree on where this should go. Choose isort and disable pylint for this.
1513
from typing import Dict, List, Set # noqa pylint: disable=wrong-import-order
1614

0 commit comments

Comments
 (0)