From 6858d62a5f85b7bf6953f75c2f618866c5407b65 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 22 Jun 2015 20:56:00 -0400 Subject: remove unused import --- src/cryptography/hazmat/primitives/asymmetric/utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/cryptography/hazmat/primitives/asymmetric/utils.py b/src/cryptography/hazmat/primitives/asymmetric/utils.py index b10ea957..a03025bb 100644 --- a/src/cryptography/hazmat/primitives/asymmetric/utils.py +++ b/src/cryptography/hazmat/primitives/asymmetric/utils.py @@ -4,7 +4,6 @@ from __future__ import absolute_import, division, print_function -from pyasn1.codec.ber import eoo from pyasn1.codec.der import decoder, encoder from pyasn1.error import PyAsn1Error from pyasn1.type import namedtype, univ -- cgit v1.2.3