mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-23 06:48:16 +00:00
Removed unused imports
This commit is contained in:
parent
413ed2259a
commit
0341e6f724
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
import hid
|
import hid
|
||||||
import time
|
import time
|
||||||
import platform
|
from transport import Transport, ConnectionError
|
||||||
from transport import Transport, ConnectionError, NotImplementedException
|
|
||||||
|
|
||||||
DEVICE_IDS = [
|
DEVICE_IDS = [
|
||||||
# (0x10c4, 0xea80), # TREZOR Shield
|
# (0x10c4, 0xea80), # TREZOR Shield
|
||||||
|
Loading…
Reference in New Issue
Block a user