diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-05 11:22:07 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-05 11:22:07 -0700 |
commit | 07c4dcc6907b78738f107d02736769c9420f6ee8 (patch) | |
tree | 4ea53a361b78ccd6fe1a51af38972bcefd1e7350 /tests/utils.py | |
parent | 6abaf40a591bbae5e2eeebb8a29e6558aeae047c (diff) | |
download | cryptography-07c4dcc6907b78738f107d02736769c9420f6ee8.tar.gz cryptography-07c4dcc6907b78738f107d02736769c9420f6ee8.tar.bz2 cryptography-07c4dcc6907b78738f107d02736769c9420f6ee8.zip |
Some cleanups to imports
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 |