mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-23 16:38:46 +00:00
tests: no need to include ubinascii for unit tests
This commit is contained in:
parent
333c0a633a
commit
fe0534658f
@ -1,7 +1,6 @@
|
|||||||
from common import *
|
from common import *
|
||||||
|
|
||||||
from trezor.crypto import crc
|
from trezor.crypto import crc
|
||||||
from ubinascii import unhexlify
|
|
||||||
|
|
||||||
|
|
||||||
class TestCryptoCrc(unittest.TestCase):
|
class TestCryptoCrc(unittest.TestCase):
|
||||||
|
Loading…
Reference in New Issue
Block a user