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 363e0ce commit b450538Copy full SHA for b450538
src/aws_encryption_sdk/streaming_client.py
@@ -76,7 +76,7 @@
76
# Import internal ESDK modules that depend on the MPL
77
from aws_encryption_sdk.materials_managers.mpl.cmm import CryptoMaterialsManagerFromMPL
78
79
-except ImportError as e:
+except ImportError:
80
_HAS_MPL = False
81
82
_LOGGER = logging.getLogger(__name__)
0 commit comments