From 9d65b613384b1d4781efd65588639ad68261e8d7 Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 1 Nov 2013 14:54:46 -0700 Subject: Remove unused import. --- cryptography/hazmat/primitives/hmac.py | 2 -- 1 file changed, 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 -- cgit v1.2.3