diff options
Diffstat (limited to 'tests/utils.py')
-rw-r--r-- | tests/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/utils.py b/tests/utils.py index 35461821..6ee735a1 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -21,6 +21,7 @@ import pytest import six from cryptography.exceptions import UnsupportedAlgorithm + import cryptography_vectors |