Skip to content

Commit 800f9de

Browse files
revert
1 parent 51c6a9c commit 800f9de

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/aws_encryption_sdk/materials_managers/mpl/materials.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
<<<<<<< HEAD
21
"""Provides encryption/decryption materials from an underlying materials provider from the MPL.
32
43
The aws-cryptographic-materials-library MUST be installed to use this module.
54
"""
65
# pylint should pass even if the MPL isn't installed
76
# noqa pylint: disable=import-error
8-
=======
9-
"""Provides encryption/decryption materials from an underlying materials provider."""
10-
11-
>>>>>>> parent of 22eabb6 (fix)
127
from aws_cryptographic_materialproviders.mpl.models import (
138
DecryptionMaterials as MPL_DecryptionMaterials,
149
EncryptedDataKey as MPL_EncryptedDataKey,

0 commit comments

Comments
 (0)