fix(core): remove unnecessary warning suppresion in usb.py

M1nd3r 3 weeks ago
parent f713d98c2e
commit 6a43513bde

@ -19,7 +19,7 @@ _WEBAUTHN_PORT_OFFSET = const(2)
_VCP_PORT_OFFSET = const(3) _VCP_PORT_OFFSET = const(3)
if utils.EMULATOR: if utils.EMULATOR:
import uos # pyright: ignore[reportMissingModuleSource] import uos
UDP_PORT = int(uos.getenv("TREZOR_UDP_PORT") or "21324") UDP_PORT = int(uos.getenv("TREZOR_UDP_PORT") or "21324")

Loading…
Cancel
Save