fixup! PYTHON

tychovrahe/T3W1/devkit1_with_ble_crypto2b
tychovrahe 8 months ago
parent 8c8bdf6695
commit c52a122c4a

@ -113,11 +113,11 @@ class Transport:
def all_transports() -> Iterable[Type["Transport"]]:
from .ble import BleTransport
from .bridge import BridgeTransport
from .hid import HidTransport
from .udp import UdpTransport
from .webusb import WebUsbTransport
from .ble import BleTransport
transports: Tuple[Type["Transport"], ...] = (
BridgeTransport,

Loading…
Cancel
Save