Skip to content

Commit 74d4e66

Browse files
disable windows until pythonpath
1 parent 1e9db3b commit 74d4e66

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
@@ -78,7 +78,7 @@
7878
from aws_cryptographic_materialproviders.mpl.models import CreateDefaultCryptographicMaterialsManagerInput
7979
from aws_cryptographic_materialproviders.mpl.references import IKeyring
8080
_HAS_MPL = True
81-
except ImportError as e:
81+
except ImportError:
8282
_HAS_MPL = False
8383

8484
_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)