We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049b921 commit 7f30ccaCopy full SHA for 7f30cca
1 file changed
test/unit/test_compatability.py
@@ -2,10 +2,10 @@
2
# SPDX-License-Identifier: Apache-2.0
3
"""Unit test suite for aws_encryption_sdk.compatability"""
4
import sys
5
+import warnings
6
7
import mock
8
import pytest
-import warnings
9
10
from aws_encryption_sdk.compatability import _warn_deprecated_python
11
0 commit comments