diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-31 07:51:41 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-31 07:51:41 -0800 |
commit | a45a770f88ad4444c80e52966f5022c4fb287ce5 (patch) | |
tree | 68b84ef2f6ab5c2c1dbbcfa38c3d4a699fffe4e0 /tests/hazmat/backends | |
parent | ebc5161f606fe1ac7d51b6ab997f663cfcf9be9b (diff) | |
download | cryptography-a45a770f88ad4444c80e52966f5022c4fb287ce5.tar.gz cryptography-a45a770f88ad4444c80e52966f5022c4fb287ce5.tar.bz2 cryptography-a45a770f88ad4444c80e52966f5022c4fb287ce5.zip |
pep8 fixes
Diffstat (limited to 'tests/hazmat/backends')
-rw-r--r-- | tests/hazmat/backends/test_multibackend.py | 1 | ||||
-rw-r--r-- | tests/hazmat/backends/test_openssl.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/hazmat/backends/test_multibackend.py b/tests/hazmat/backends/test_multibackend.py index 127c0d3e..f77d2680 100644 --- a/tests/hazmat/backends/test_multibackend.py +++ b/tests/hazmat/backends/test_multibackend.py @@ -80,7 +80,6 @@ class DummyPBKDF2HMAC(object): raise UnsupportedAlgorithm - class TestPrioritizedMultiBackend(object): def test_ciphers(self): backend = PrioritizedMultiBackend([ diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py index f3b0bb15..0aff41e5 100644 --- a/tests/hazmat/backends/test_openssl.py +++ b/tests/hazmat/backends/test_openssl.py @@ -15,7 +15,6 @@ import pytest from cryptography import utils from cryptography.exceptions import UnsupportedAlgorithm, InternalError -from cryptography.hazmat.backends import default_backend from cryptography.hazmat.backends.openssl.backend import backend, Backend from cryptography.hazmat.primitives import interfaces from cryptography.hazmat.primitives.ciphers import Cipher |