tests: no need to include ubinascii for unit tests

This commit is contained in:
Pavol Rusnak 2017-12-19 21:57:42 +01:00
parent 333c0a633a
commit fe0534658f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
from common import *
from trezor.crypto import crc
from ubinascii import unhexlify
class TestCryptoCrc(unittest.TestCase):