diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-03-01 21:29:28 +0000 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-03-01 21:29:28 +0000 |
commit | 1c979c6a28385e8c2f92ecd457fc0ebe48819536 (patch) | |
tree | 76a4499fb083aa97d11eb02d4fbd450de8ea0f54 /tests | |
parent | 9ed28547a72fab4efa30eef3cb867b1f2165e143 (diff) | |
download | cryptography-1c979c6a28385e8c2f92ecd457fc0ebe48819536.tar.gz cryptography-1c979c6a28385e8c2f92ecd457fc0ebe48819536.tar.bz2 cryptography-1c979c6a28385e8c2f92ecd457fc0ebe48819536.zip |
pep8
Diffstat (limited to 'tests')
-rw-r--r-- | tests/hazmat/backends/test_openssl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py index fb9b978d..9d48f4e8 100644 --- a/tests/hazmat/backends/test_openssl.py +++ b/tests/hazmat/backends/test_openssl.py @@ -14,7 +14,7 @@ import pytest from cryptography import utils -from cryptography.exceptions import UnsupportedAlgorithm, InternalError +from cryptography.exceptions import UnsupportedAlgorithm from cryptography.hazmat.backends.openssl.backend import backend, Backend from cryptography.hazmat.primitives import interfaces, hashes from cryptography.hazmat.primitives.ciphers import Cipher |