diff --git a/core/src/usb.py b/core/src/usb.py index c08b6fcc6..fef89f3d7 100644 --- a/core/src/usb.py +++ b/core/src/usb.py @@ -19,7 +19,7 @@ _WEBAUTHN_PORT_OFFSET = const(2) _VCP_PORT_OFFSET = const(3) if utils.EMULATOR: - import uos # pyright: ignore[reportMissingModuleSource] + import uos UDP_PORT = int(uos.getenv("TREZOR_UDP_PORT") or "21324")