1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-11 07:50:57 +00:00

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

View File

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