diff --git a/core/src/trezor/wire/message_handler.py b/core/src/trezor/wire/message_handler.py index 18c4dbe9b..2d9fc4a1e 100644 --- a/core/src/trezor/wire/message_handler.py +++ b/core/src/trezor/wire/message_handler.py @@ -1,5 +1,5 @@ -from micropython import const # pyright: ignore[reportMissingModuleSource] -from typing import TYPE_CHECKING # pyright: ignore[reportShadowedImports] +from micropython import const +from typing import TYPE_CHECKING from storage.cache_common import InvalidSessionError from trezor import log, loop, protobuf, utils, workflow