mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-27 15:51:02 +00:00
tests: remove useless import
This commit is contained in:
parent
09f18bb444
commit
0f2a82e9f1
@ -1,6 +1,5 @@
|
||||
import sys
|
||||
import uio
|
||||
import ure
|
||||
|
||||
__all__ = [
|
||||
'run_tests',
|
||||
@ -139,4 +138,4 @@ class mock_call:
|
||||
assert_eq(args, self.expected.pop(0))
|
||||
|
||||
def assert_called_n_times(self, n, msg=None):
|
||||
assert_eq(len(self.record), n, msg)
|
||||
assert_eq(len(self.record), n, msg)
|
||||
|
Loading…
Reference in New Issue
Block a user