1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 05:28:40 +00:00
trezor-firmware/trezorlib/transport
matejcik d3534a15c9 transport: fix typing after autoflake treatment
autoflake will remove all unused imports when `make style` is invoked,
but can't recognize typing names that are only used in comments.

this fixes it.
2018-11-12 12:22:32 +01:00
..
__init__.py transport: fix typing after autoflake treatment 2018-11-12 12:22:32 +01:00
bridge.py transport: fix typing after autoflake treatment 2018-11-12 12:22:32 +01:00
hid.py trezorlib: transport/protocol reshuffle 2018-11-12 12:22:26 +01:00
protocol.py trezorlib: reentrant session handling 2018-11-12 12:22:32 +01:00
udp.py transport: fix typing after autoflake treatment 2018-11-12 12:22:32 +01:00
webusb.py transport: fix typing after autoflake treatment 2018-11-12 12:22:32 +01:00