aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-06-22 20:56:00 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-06-22 20:56:00 -0400
commit6858d62a5f85b7bf6953f75c2f618866c5407b65 (patch)
treecb28359cf3d6a01fdd13bce5dfa7addb3310d556 /src
parent02fe5a8d2d2d87830484f731e821054a21a9bf4f (diff)
downloadcryptography-6858d62a5f85b7bf6953f75c2f618866c5407b65.tar.gz
cryptography-6858d62a5f85b7bf6953f75c2f618866c5407b65.tar.bz2
cryptography-6858d62a5f85b7bf6953f75c2f618866c5407b65.zip
remove unused import
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/hazmat/primitives/asymmetric/utils.py1
1 files changed, 0 insertions, 1 deletions
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