From 893f6065353a479744de58b7c5a7439b7addd89d Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Thu, 4 Apr 2024 16:21:54 +0200 Subject: [PATCH] Warning suppression --- core/src/usb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/usb.py b/core/src/usb.py index fef89f3d7..c08b6fcc6 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 + import uos # pyright: ignore[reportMissingModuleSource] UDP_PORT = int(uos.getenv("TREZOR_UDP_PORT") or "21324")