From 91113b9c37fbaeeb55a2486313d8314ecdc8dfbf Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 17 Oct 2015 16:35:05 -0400 Subject: unused import --- src/cryptography/hazmat/primitives/asymmetric/ec.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3