Skip to content

Commit b450538

Browse files
lint
1 parent 363e0ce commit b450538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws_encryption_sdk/streaming_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
# Import internal ESDK modules that depend on the MPL
7777
from aws_encryption_sdk.materials_managers.mpl.cmm import CryptoMaterialsManagerFromMPL
7878

79-
except ImportError as e:
79+
except ImportError:
8080
_HAS_MPL = False
8181

8282
_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)