aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-14 14:26:11 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-14 14:26:11 -0500
commit038e61a2784e2f575ec48b38c6d3d2382f5e8a78 (patch)
treed4cad90e4175b76282bf96e44ae69f5a377bf87b /tests
parent919a5b2af627a18c0298db8a4ac11d8b2b6da7b9 (diff)
downloadcryptography-038e61a2784e2f575ec48b38c6d3d2382f5e8a78.tar.gz
cryptography-038e61a2784e2f575ec48b38c6d3d2382f5e8a78.tar.bz2
cryptography-038e61a2784e2f575ec48b38c6d3d2382f5e8a78.zip
pep8! *shakes fist at the sky*
Diffstat (limited to 'tests')
-rw-r--r--tests/hazmat/backends/test_openssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py
index 6ce89d65..73316f8a 100644
--- a/tests/hazmat/backends/test_openssl.py
+++ b/tests/hazmat/backends/test_openssl.py
@@ -15,7 +15,7 @@ import pytest
from cryptography import utils
from cryptography.exceptions import InternalError, _Reasons
-from cryptography.hazmat.backends.interfaces import DSABackend, RSABackend
+from cryptography.hazmat.backends.interfaces import RSABackend
from cryptography.hazmat.backends.openssl.backend import (
Backend, backend
)