From 038e61a2784e2f575ec48b38c6d3d2382f5e8a78 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 14 Mar 2015 14:26:11 -0500 Subject: pep8! *shakes fist at the sky* --- tests/hazmat/backends/test_openssl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 ) -- cgit v1.2.3