summaryrefslogtreecommitdiff
path: root/rsa/key.py
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2016-01-27 16:42:25 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2016-01-27 16:42:25 +0100
commitbd6ab7a47237634a93a3093b7a19133b029101cf (patch)
tree3d6a8ad476b505a8ee46bd4d1c794fe93bf6e4a9 /rsa/key.py
parentdd5e979d43e1c6938a344e013e04eb4477c9f165 (diff)
downloadrsa-git-bd6ab7a47237634a93a3093b7a19133b029101cf.tar.gz
Removed unused import
Diffstat (limited to 'rsa/key.py')
-rw-r--r--rsa/key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsa/key.py b/rsa/key.py
index 7bea9d2..123ac98 100644
--- a/rsa/key.py
+++ b/rsa/key.py
@@ -34,7 +34,7 @@ of pyasn1.
"""
import logging
-from rsa._compat import b, bytes_type
+from rsa._compat import b
import rsa.prime
import rsa.pem