From 6c7dd24f350435f6362021822dcd7e51902088ec Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 11 Apr 2015 08:16:52 -0400 Subject: unused import I left in as a test. Yeah, that's why... --- src/cryptography/x509.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cryptography/x509.py b/src/cryptography/x509.py index d635d4af..28d16853 100644 --- a/src/cryptography/x509.py +++ b/src/cryptography/x509.py @@ -5,7 +5,6 @@ from __future__ import absolute_import, division, print_function import abc -import binascii from enum import Enum import six -- cgit v1.2.3