aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-10-17 16:35:05 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-10-17 16:35:05 -0400
commit91113b9c37fbaeeb55a2486313d8314ecdc8dfbf (patch)
treeb0adae1cfab17ce2d5d184c5696bb927d088bd3d
parent4c081ad1fb54dae846a1ade2b15fe15e9ff31b0d (diff)
downloadcryptography-91113b9c37fbaeeb55a2486313d8314ecdc8dfbf.tar.gz
cryptography-91113b9c37fbaeeb55a2486313d8314ecdc8dfbf.tar.bz2
cryptography-91113b9c37fbaeeb55a2486313d8314ecdc8dfbf.zip
unused import
-rw-r--r--src/cryptography/hazmat/primitives/asymmetric/ec.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptography/hazmat/primitives/asymmetric/ec.py b/src/cryptography/hazmat/primitives/asymmetric/ec.py
index 544894a9..052ae742 100644
--- a/src/cryptography/hazmat/primitives/asymmetric/ec.py
+++ b/src/cryptography/hazmat/primitives/asymmetric/ec.py
@@ -8,7 +8,6 @@ import abc
import six
-from cryptography import exceptions
from cryptography import utils