From fe0534658fbeb14e76c6aff3b16fd49d1fd1fe0e Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 19 Dec 2017 21:57:42 +0100 Subject: [PATCH] tests: no need to include ubinascii for unit tests --- tests/test_trezor.crypto.crc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_trezor.crypto.crc.py b/tests/test_trezor.crypto.crc.py index 01abcd89..b9d96846 100644 --- a/tests/test_trezor.crypto.crc.py +++ b/tests/test_trezor.crypto.crc.py @@ -1,7 +1,6 @@ from common import * from trezor.crypto import crc -from ubinascii import unhexlify class TestCryptoCrc(unittest.TestCase):