aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2013-11-01 14:54:46 -0700
committerDavid Reid <dreid@dreid.org>2013-11-01 14:54:46 -0700
commit9d65b613384b1d4781efd65588639ad68261e8d7 (patch)
treeb83aa5123e87aeb5ddc4123c2b07bf095d484828
parente3960f62df56bd8931f758026738812bce3c45f2 (diff)
downloadcryptography-9d65b613384b1d4781efd65588639ad68261e8d7.tar.gz
cryptography-9d65b613384b1d4781efd65588639ad68261e8d7.tar.bz2
cryptography-9d65b613384b1d4781efd65588639ad68261e8d7.zip
Remove unused import.
-rw-r--r--cryptography/hazmat/primitives/hmac.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cryptography/hazmat/primitives/hmac.py b/cryptography/hazmat/primitives/hmac.py
index 02770863..fc5e777c 100644
--- a/cryptography/hazmat/primitives/hmac.py
+++ b/cryptography/hazmat/primitives/hmac.py
@@ -13,8 +13,6 @@
from __future__ import absolute_import, division, print_function
-import binascii
-
import six
from cryptography.hazmat.primitives import interfaces