aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2014-05-30 14:33:03 -0700
committerDavid Reid <dreid@dreid.org>2014-06-03 10:05:39 -0700
commit414e2f7410f7aeded99be1740f252a49956cd496 (patch)
tree885c17f140fdfa9d55d3236722c5c9bc89ebfb37 /tests/hazmat/backends
parenta674afef93a23d5cf85e6c86e8c007cc338c37d5 (diff)
downloadcryptography-414e2f7410f7aeded99be1740f252a49956cd496.tar.gz
cryptography-414e2f7410f7aeded99be1740f252a49956cd496.tar.bz2
cryptography-414e2f7410f7aeded99be1740f252a49956cd496.zip
pep8
Diffstat (limited to 'tests/hazmat/backends')
-rw-r--r--tests/hazmat/backends/test_multibackend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/backends/test_multibackend.py b/tests/hazmat/backends/test_multibackend.py
index 5a624204..93d58483 100644
--- a/tests/hazmat/backends/test_multibackend.py
+++ b/tests/hazmat/backends/test_multibackend.py
@@ -23,7 +23,7 @@ from cryptography.hazmat.backends.interfaces import (
)
from cryptography.hazmat.backends.multibackend import MultiBackend
from cryptography.hazmat.primitives import cmac, hashes, hmac
-from cryptography.hazmat.primitives.asymmetric import padding, rsa
+from cryptography.hazmat.primitives.asymmetric import padding
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
from ...utils import raises_unsupported_algorithm