aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-09-26 18:01:01 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-09-26 18:01:01 -0400
commit8b71839e85cfd04807fc65f7e2c1534fd02d63b8 (patch)
tree8372165cfb046a78901e77453c0db17c9573a788
parent95063f861bdc1e02bb1fbed966b44c25a9fe4533 (diff)
downloadcryptography-8b71839e85cfd04807fc65f7e2c1534fd02d63b8.tar.gz
cryptography-8b71839e85cfd04807fc65f7e2c1534fd02d63b8.tar.bz2
cryptography-8b71839e85cfd04807fc65f7e2c1534fd02d63b8.zip
unused import
-rw-r--r--src/cryptography/hazmat/backends/openssl/backend.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cryptography/hazmat/backends/openssl/backend.py b/src/cryptography/hazmat/backends/openssl/backend.py
index 89b1a7b2..d30bfc29 100644
--- a/src/cryptography/hazmat/backends/openssl/backend.py
+++ b/src/cryptography/hazmat/backends/openssl/backend.py
@@ -15,9 +15,7 @@ import idna
import six
from cryptography import utils, x509
-from cryptography.exceptions import (
- InternalError, UnsupportedAlgorithm, _Reasons
-)
+from cryptography.exceptions import UnsupportedAlgorithm, _Reasons
from cryptography.hazmat.backends.interfaces import (
CMACBackend, CipherBackend, DERSerializationBackend, DSABackend,
EllipticCurveBackend, HMACBackend, HashBackend, PBKDF2HMACBackend,