We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c6a9c commit 800f9deCopy full SHA for 800f9de
src/aws_encryption_sdk/materials_managers/mpl/materials.py
@@ -1,14 +1,9 @@
1
-<<<<<<< HEAD
2
"""Provides encryption/decryption materials from an underlying materials provider from the MPL.
3
4
The aws-cryptographic-materials-library MUST be installed to use this module.
5
"""
6
# pylint should pass even if the MPL isn't installed
7
# noqa pylint: disable=import-error
8
-=======
9
-"""Provides encryption/decryption materials from an underlying materials provider."""
10
-
11
->>>>>>> parent of 22eabb6 (fix)
12
from aws_cryptographic_materialproviders.mpl.models import (
13
DecryptionMaterials as MPL_DecryptionMaterials,
14
EncryptedDataKey as MPL_EncryptedDataKey,
0 commit comments