Warning suppression

M1nd3r/thp2
M1nd3r 1 month ago
parent 81659fb6bd
commit fc10a7bfc4

@ -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")

Loading…
Cancel
Save