commit | 91113b9c37fbaeeb55a2486313d8314ecdc8dfbf | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Oct 17 16:35:05 2015 -0400 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Oct 17 16:35:05 2015 -0400 |
tree | b0adae1cfab17ce2d5d184c5696bb927d088bd3d | |
parent | 4c081ad1fb54dae846a1ade2b15fe15e9ff31b0d [diff] |
unused import
diff --git a/src/cryptography/hazmat/primitives/asymmetric/ec.py b/src/cryptography/hazmat/primitives/asymmetric/ec.py index 544894a..052ae74 100644 --- a/src/cryptography/hazmat/primitives/asymmetric/ec.py +++ b/src/cryptography/hazmat/primitives/asymmetric/ec.py
@@ -8,7 +8,6 @@ import six -from cryptography import exceptions from cryptography import utils