From 70b974b2a0c217fcb5addd6ea00d420e34ddc538 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Fri, 11 Oct 2013 17:05:02 +0200 Subject: Remove unused import --- stdnum/meid.py | 1 - 1 file changed, 1 deletion(-) (limited to 'stdnum') diff --git a/stdnum/meid.py b/stdnum/meid.py index 2ae8488..cd203de 100644 --- a/stdnum/meid.py +++ b/stdnum/meid.py @@ -173,7 +173,6 @@ def to_binary(number): """Convert the number to it's binary representation (without the check digit).""" import sys - import binascii number = compact(number, strip_check_digit=True) if sys.version > '3': # pragma: no cover (Python 2/3 specific code) return bytes.fromhex(number) -- cgit v1.2.3